Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 21:19:49 GMT
From:      Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179461: archivers/zutils update and take maintainership
Message-ID:  <201306102119.r5ALJnS8004707@oldred.freebsd.org>
Resent-Message-ID: <201306102120.r5ALK0nQ020541@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179461
>Category:       ports
>Synopsis:       archivers/zutils update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 10 21:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Danilo Egêa Gondolfo
>Release:        FreeBSD 9.1-STABLE
>Organization:
Universidade Estadual de Maringá
>Environment:
FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #5 r251421: Wed Jun  5 13:05:34 BRT 2013     root@projeto:/usr/obj/usr/src.stable/sys/PROJETO  amd64
>Description:
Changes
- Update from 0.9 to 1.0
- Take maintainership
- Make portlint happy

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 320484)
+++ Makefile	(working copy)
@@ -1,19 +1,15 @@
-# New ports collection makefile for:	zutils
-# Date created:		2011-04-12
-# Whom:			Albert Vernon <f3cun3c02@sneakemail.com>
-#
+# Created by: Albert Vernon <f3cun3c02@sneakemail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	zutils
-PORTVERSION=	0.9
+PORTVERSION=	1.0
 CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/zutils
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@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,9 @@
 		ztest.1
 INFO=		zutils
 
-LICENSE=	GPLv3
+GNU_CONFIGURE=	yes
 
+pre-configure:
+	${REINPLACE_CMD} '23,25d' ${WRKSRC}/configure
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 320484)
+++ distinfo	(working copy)
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306102119.r5ALJnS8004707>