svn commit: r414067 - in head/archivers/gzip: . files
Johan van Selst
johans at FreeBSD.org
Tue Apr 26 20:18:08 UTC 2016
Author: johans
Date: Tue Apr 26 20:18:07 2016
New Revision: 414067
URL: https://svnweb.freebsd.org/changeset/ports/414067
Log:
Update to gzip 1.7
http://lists.gnu.org/archive/html/info-gnu/2016-03/msg00014.html
Remove local patch for --rsyncable, which is now included upstream
Deleted:
head/archivers/gzip/files/
Modified:
head/archivers/gzip/Makefile
head/archivers/gzip/distinfo
Modified: head/archivers/gzip/Makefile
==============================================================================
--- head/archivers/gzip/Makefile Tue Apr 26 18:31:46 2016 (r414066)
+++ head/archivers/gzip/Makefile Tue Apr 26 20:18:07 2016 (r414067)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gzip
-PORTVERSION= 1.6
+PORTVERSION= 1.7
CATEGORIES= archivers
MASTER_SITES= GNU
@@ -18,16 +18,10 @@ CPE_VENDOR= gnu
DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \
THANKS TODO
-OPTIONS_DEFINE= RSYNCABLE DOCS
-OPTIONS_DEFAULT= RSYNCABLE
-RSYNCABLE_DESC= Include --rsyncable patch
-
-RSYNCABLE_EXTRA_PATCHES= ${FILESDIR}/extra-patch-gzip-rsyncable.diff
+OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for file in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
-.endfor
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/archivers/gzip/distinfo
==============================================================================
--- head/archivers/gzip/distinfo Tue Apr 26 18:31:46 2016 (r414066)
+++ head/archivers/gzip/distinfo Tue Apr 26 20:18:07 2016 (r414067)
@@ -1,2 +1,2 @@
-SHA256 (gzip-1.6.tar.gz) = 97eb83b763d9e5ad35f351fe5517e6b71521d7aac7acf3e3cacdb6b1496d8f7e
-SIZE (gzip-1.6.tar.gz) = 1074924
+SHA256 (gzip-1.7.tar.gz) = eccbaa178c7801618c887956f1668d45bb57863a9d2678bfc3e36d01fb951904
+SIZE (gzip-1.7.tar.gz) = 1185337
More information about the svn-ports-all
mailing list