svn commit: r320675 - head/archivers/zutils
William Grzybowski
wg at FreeBSD.org
Wed Jun 12 11:53:22 UTC 2013
Author: wg
Date: Wed Jun 12 11:53:21 2013
New Revision: 320675
URL: http://svnweb.freebsd.org/changeset/ports/320675
Log:
- Update to 1.0
- Pass maintainership to submitter
PR: ports/179461
Submitted by: Danilo Egêa Gondolfo <danilogondolfo at gmail.com>
Approved by: culot / jpaetzel (mentors, implicit)
Modified:
head/archivers/zutils/Makefile
head/archivers/zutils/distinfo
Modified: head/archivers/zutils/Makefile
==============================================================================
--- head/archivers/zutils/Makefile Wed Jun 12 10:31:12 2013 (r320674)
+++ head/archivers/zutils/Makefile Wed Jun 12 11:53:21 2013 (r320675)
@@ -1,19 +1,15 @@
-# New ports collection makefile for: zutils
-# Date created: 2011-04-12
-# Whom: Albert Vernon <f3cun3c02 at sneakemail.com>
-#
+# Created by: Albert Vernon <f3cun3c02 at sneakemail.com>
# $FreeBSD$
-#
PORTNAME= zutils
-PORTVERSION= 0.9
+PORTVERSION= 1.0
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/zutils
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= danilogondolfo at gmail.com
COMMENT= Utilities for searching in bzip2, gzip, lzip, and xz archives
-GNU_CONFIGURE= yes
+LICENSE= GPLv3
PLIST_FILES= bin/zcat \
bin/zcmp \
@@ -31,6 +27,10 @@ MAN1= zcat.1 \
ztest.1
INFO= zutils
-LICENSE= GPLv3
+GNU_CONFIGURE= yes
+
+post-patch:
+ # Remove compiler hardcoded flags and use environment
+ ${REINPLACE_CMD} '23,26d' ${WRKSRC}/configure
.include <bsd.port.mk>
Modified: head/archivers/zutils/distinfo
==============================================================================
--- head/archivers/zutils/distinfo Wed Jun 12 10:31:12 2013 (r320674)
+++ head/archivers/zutils/distinfo Wed Jun 12 11:53:21 2013 (r320675)
@@ -1,2 +1,2 @@
-SHA256 (zutils-0.9.tar.gz) = f1fa775f9d42ccc6716083102bcaa7dd05391db97b4298b368b21f04b920e83b
-SIZE (zutils-0.9.tar.gz) = 66382
+SHA256 (zutils-1.0.tar.gz) = 7eff74e89a135480472359a239b71ff0a75db529f813cb1193071de39ed60d04
+SIZE (zutils-1.0.tar.gz) = 69558
More information about the svn-ports-head
mailing list