Date: Tue, 29 Oct 2013 16:47:47 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331970 - in head/devel: oniguruma4 oniguruma5 Message-ID: <201310291647.r9TGllTN045212@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310291647.r9TGllTN045212>