svn commit: r378854 - head/www/lynx-current
Johan van Selst
johans at FreeBSD.org
Wed Feb 11 20:51:09 UTC 2015
Author: johans
Date: Wed Feb 11 20:51:08 2015
New Revision: 378854
URL: https://svnweb.freebsd.org/changeset/ports/378854
QAT: https://qat.redports.org/buildarchive/r378854/
Log:
Add CPE information
PR: 197544
Submitted by: shun.fbsd.pr at dropcut.net
Modified:
head/www/lynx-current/Makefile
Modified: head/www/lynx-current/Makefile
==============================================================================
--- head/www/lynx-current/Makefile Wed Feb 11 20:43:36 2015 (r378853)
+++ head/www/lynx-current/Makefile Wed Feb 11 20:51:08 2015 (r378854)
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types
CONFLICTS_INSTALL= lynx-2.8.[0-8].* ja-lynx-[0-9]*
WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g:C/[pd].*//}
-USES= iconv shebangfix tar:bzip2
+USES= cpe iconv shebangfix tar:bzip2
USE_OPENSSL= yes
SHEBANG_FILES= samples/mailto-form.pl
GNU_CONFIGURE= yes
@@ -31,6 +31,8 @@ CONFIGURE_ARGS= --with-zlib --libdir="${
${ICONV_CONFIGURE_ARG} \
--with-screen=ncursesw \
--with-ssl=${OPENSSLBASE}
+CPE_VERSION= ${PORTVERSION:C/[pd].+//}
+CPE_UPDATE= ${PORTVERSION:E:C/[0-9]+//:S/p/pre./:S/d/dev./}
MAKE_JOBS_UNSAFE= yes
More information about the svn-ports-head
mailing list