[Midnightbsd-cvs] mports [22141] trunk/archivers/gzip: gzip 1.8
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Dec 24 17:08:09 EST 2016
Revision: 22141
http://svnweb.midnightbsd.org/mports/?rev=22141
Author: laffer1
Date: 2016-12-24 17:08:09 -0500 (Sat, 24 Dec 2016)
Log Message:
-----------
gzip 1.8
Modified Paths:
--------------
trunk/archivers/gzip/Makefile
trunk/archivers/gzip/distinfo
Removed Paths:
-------------
trunk/archivers/gzip/files/
Modified: trunk/archivers/gzip/Makefile
===================================================================
--- trunk/archivers/gzip/Makefile 2016-12-24 22:06:09 UTC (rev 22140)
+++ trunk/archivers/gzip/Makefile 2016-12-24 22:08:09 UTC (rev 22141)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= gzip
-PORTVERSION= 1.6
+PORTVERSION= 1.8
CATEGORIES= archivers
MASTER_SITES= GNU
@@ -13,7 +13,7 @@
USES= cpe charsetfix makeinfo
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= ${MACHINE_ARCH}-portbld-freebsd7.0
+CONFIGURE_TARGET= ${MACHINE_ARCH}-portbld-freebsd9.1
CONFIGURE_ARGS+= --infodir=${LOCALBASE}/info \
--mandir=${MANPREFIX}/man
@@ -23,25 +23,10 @@
DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \
THANKS TODO
-OPTIONS= RSYNCABLE "Include --rsyncable patch" OFF
+OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_RSYNCABLE)
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-gzip-rsyncable.diff
-.endif
-
-post-configure:
- @${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's|need_charset_alias=true|need_charset_alias=false|g' \
- ${WRKSRC}/lib/Makefile.in
-
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: trunk/archivers/gzip/distinfo
===================================================================
--- trunk/archivers/gzip/distinfo 2016-12-24 22:06:09 UTC (rev 22140)
+++ trunk/archivers/gzip/distinfo 2016-12-24 22:08:09 UTC (rev 22141)
@@ -1,2 +1,2 @@
-SHA256 (gzip-1.6.tar.gz) = 97eb83b763d9e5ad35f351fe5517e6b71521d7aac7acf3e3cacdb6b1496d8f7e
-SIZE (gzip-1.6.tar.gz) = 1074924
+SHA256 (gzip-1.8.tar.gz) = 1ff7aedb3d66a0d73f442f6261e4b3860df6fd6c94025c2cb31a202c9c60fe0e
+SIZE (gzip-1.8.tar.gz) = 1120232
More information about the Midnightbsd-cvs
mailing list