svn commit: r331970 - in head/devel: oniguruma4 oniguruma5
Steve Wills
swills at FreeBSD.org
Tue Oct 29 16:47:47 UTC 2013
Author: swills
Date: Tue Oct 29 16:47:46 2013
New Revision: 331970
URL: http://svnweb.freebsd.org/changeset/ports/331970
Log:
- Add PKGNAMESUFFIX to make package name unique
- Remove article from comment while here
Modified:
head/devel/oniguruma4/Makefile (contents, props changed)
head/devel/oniguruma5/Makefile
Modified: head/devel/oniguruma4/Makefile
==============================================================================
--- head/devel/oniguruma4/Makefile Tue Oct 29 16:42:18 2013 (r331969)
+++ head/devel/oniguruma4/Makefile Tue Oct 29 16:47:46 2013 (r331970)
@@ -9,7 +9,7 @@ DISTNAME= onig-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ports at FreeBSD.org
-COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
+COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl
NO_LATEST_LINK= yes
CONFLICTS= oniguruma-2.*
@@ -17,6 +17,8 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
DOCS= HISTORY README doc/*
+PKGNAMESUFFIX= 4
+
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
Modified: head/devel/oniguruma5/Makefile
==============================================================================
--- head/devel/oniguruma5/Makefile Tue Oct 29 16:42:18 2013 (r331969)
+++ head/devel/oniguruma5/Makefile Tue Oct 29 16:47:46 2013 (r331970)
@@ -18,6 +18,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES
CONFLICTS= oniguruma-2.*
+PKGNAMESUFFIX= 5
+
USES= pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list