Date: Fri, 5 Oct 2012 00:06:21 +0000 (UTC) From: Greg Larkin <glarkin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305291 - in head/devel/patch: . files Message-ID: <201210050006.q9506LId048815@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glarkin Date: Fri Oct 5 00:06:20 2012 New Revision: 305291 URL: http://svn.freebsd.org/changeset/ports/305291 Log: - Updated to 2.7 ChangeLog: http://savannah.gnu.org/forum/forum.php?forum_id=7361 - Removed unnecessary patch files - Fixed configuration phase - Added LICENSE Deleted: head/devel/patch/files/patch-gl__lib__safe-read.h head/devel/patch/files/patch-gl__lib__strnlen.c head/devel/patch/files/patch-gl__m4__safe-read.m4 head/devel/patch/files/patch-gl__m4__strnlen.m4 Modified: head/devel/patch/Makefile head/devel/patch/distinfo Modified: head/devel/patch/Makefile ============================================================================== --- head/devel/patch/Makefile Thu Oct 4 23:19:05 2012 (r305290) +++ head/devel/patch/Makefile Fri Oct 5 00:06:20 2012 (r305291) @@ -6,8 +6,7 @@ # PORTNAME= patch -PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTVERSION= 2.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= patch @@ -15,12 +14,15 @@ MASTER_SITE_SUBDIR= patch MAINTAINER= glarkin@FreeBSD.org COMMENT= GNU patch utility -USE_AUTOTOOLS= autoconf aclocal -CONFIGURE_ARGS= --program-prefix=g +LICENSE= GPLv3 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--program-prefix=g USE_GMAKE= yes USE_XZ= yes MAN1= gpatch.1 -PLIST_FILES= bin/gpatch +PLIST_FILES= bin/gpatch \ + lib/charset.alias .include <bsd.port.mk> Modified: head/devel/patch/distinfo ============================================================================== --- head/devel/patch/distinfo Thu Oct 4 23:19:05 2012 (r305290) +++ head/devel/patch/distinfo Fri Oct 5 00:06:20 2012 (r305291) @@ -1,2 +1,2 @@ -SHA256 (patch-2.6.1.tar.xz) = f8da42cd777e49c4c29092d8595b36daf24cd93a38dca97f3489f1a4fb1301a0 -SIZE (patch-2.6.1.tar.xz) = 239408 +SHA256 (patch-2.7.tar.xz) = 5c2c91fe41542962126f0be150aa4fa349485cf2edc0c7ea7dbc24cb817111ae +SIZE (patch-2.7.tar.xz) = 674544
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210050006.q9506LId048815>