svn commit: r345639 - in head/archivers/zutils: . files
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Feb 22 13:46:35 UTC 2014
Author: danilo
Date: Sat Feb 22 13:46:33 2014
New Revision: 345639
URL: http://svnweb.freebsd.org/changeset/ports/345639
QAT: https://qat.redports.org/buildarchive/r345639/
Log:
- Update from 1.1 to 1.2
Added:
head/archivers/zutils/files/patch-zupdate.cc (contents, props changed)
Modified:
head/archivers/zutils/Makefile
head/archivers/zutils/distinfo
head/archivers/zutils/files/patch-zutils.h
head/archivers/zutils/pkg-plist
Modified: head/archivers/zutils/Makefile
==============================================================================
--- head/archivers/zutils/Makefile Sat Feb 22 13:36:02 2014 (r345638)
+++ head/archivers/zutils/Makefile Sat Feb 22 13:46:33 2014 (r345639)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zutils
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/zutils
EXTRACT_SUFX= .tar.lz
@@ -25,6 +25,9 @@ do-extract:
post-patch:
# Remove compiler hardcoded flags and use environment
- ${REINPLACE_CMD} '24,27d' ${WRKSRC}/configure
+ @${REINPLACE_CMD} '24,27d' ${WRKSRC}/configure
+
+post-install:
+ @${RM} ${STAGEDIR}${PREFIX}/info/dir
.include <bsd.port.mk>
Modified: head/archivers/zutils/distinfo
==============================================================================
--- head/archivers/zutils/distinfo Sat Feb 22 13:36:02 2014 (r345638)
+++ head/archivers/zutils/distinfo Sat Feb 22 13:46:33 2014 (r345639)
@@ -1,2 +1,2 @@
-SHA256 (zutils-1.1.tar.lz) = c431cff331ce20a5405125a5be163de4980f06ecdca3b4e4fbe1ed1f68724e3f
-SIZE (zutils-1.1.tar.lz) = 43985
+SHA256 (zutils-1.2.tar.lz) = 987fc1971493cde29b046f9d1392a74c81df201bf9d416e350e073273c4b358e
+SIZE (zutils-1.2.tar.lz) = 46544
Added: head/archivers/zutils/files/patch-zupdate.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/zutils/files/patch-zupdate.cc Sat Feb 22 13:46:33 2014 (r345639)
@@ -0,0 +1,10 @@
+--- ./zupdate.cc.orig 2014-02-22 09:12:36.000000000 -0300
++++ ./zupdate.cc 2014-02-22 09:12:57.000000000 -0300
+@@ -32,6 +32,7 @@
+ #include <unistd.h>
+ #include <utime.h>
+ #include <sys/stat.h>
++#include <sys/wait.h>
+ #if defined(__MSVCRT__) || defined(__OS2__)
+ #include <io.h>
+ #endif
Modified: head/archivers/zutils/files/patch-zutils.h
==============================================================================
--- head/archivers/zutils/files/patch-zutils.h Sat Feb 22 13:36:02 2014 (r345638)
+++ head/archivers/zutils/files/patch-zutils.h Sat Feb 22 13:46:33 2014 (r345639)
@@ -1,5 +1,5 @@
---- ./zutils.h.orig 2013-07-07 14:15:39.000000000 -0300
-+++ ./zutils.h 2013-09-25 17:32:23.000000000 -0300
+--- ./zutils.h.orig 2014-01-30 14:46:32.000000000 -0200
++++ ./zutils.h 2014-02-22 09:12:24.000000000 -0300
@@ -15,6 +15,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -7,6 +7,6 @@
+#include <sys/types.h>
+#include <signal.h>
+
- const char * const Program_name = "Zutils";
- const char * const program_name = "zutils";
- const char * const config_file_name = "zutilsrc";
+ int parse_format_type( const std::string & arg );
+
+ int readblock( const int fd, uint8_t * const buf, const int size );
Modified: head/archivers/zutils/pkg-plist
==============================================================================
--- head/archivers/zutils/pkg-plist Sat Feb 22 13:36:02 2014 (r345638)
+++ head/archivers/zutils/pkg-plist Sat Feb 22 13:46:33 2014 (r345639)
@@ -4,11 +4,12 @@ bin/zdiff
bin/zegrep
bin/zfgrep
bin/zgrep
+bin/zupdate
bin/ztest
-bin/zutils
etc/zutilsrc
man/man1/zcat.1.gz
man/man1/zcmp.1.gz
man/man1/zdiff.1.gz
man/man1/zgrep.1.gz
+man/man1/zupdate.1.gz
man/man1/ztest.1.gz
More information about the svn-ports-all
mailing list