From owner-svn-ports-head@FreeBSD.ORG Tue Oct 29 16:47:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A68A7EC8; Tue, 29 Oct 2013 16:47:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9473F2469; Tue, 29 Oct 2013 16:47:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9TGllS8045214; Tue, 29 Oct 2013 16:47:47 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9TGllTN045212; Tue, 29 Oct 2013 16:47:47 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310291647.r9TGllTN045212@svn.freebsd.org> From: Steve Wills Date: Tue, 29 Oct 2013 16:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331970 - in head/devel: oniguruma4 oniguruma5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 16:47:47 -0000 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