Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Sep 2009 16:42:06 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org, araujo@FreeBSD.org
Subject:   ports/138583: [PATCH] archivers/hpack: It was changed form how installs the file of configuration. Take maintainership.
Message-ID:  <20090906194206.D5368229B9B@fbsd72.scjamorim.org>
Resent-Message-ID: <200909061950.n86Jo2EW043055@freefall.freebsd.org>

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

>Number:         138583
>Category:       ports
>Synopsis:       [PATCH] archivers/hpack: It was changed form how installs the file of configuration. Take maintainership.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 06 19:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Replace command CP by INSTALL_DATA to install the hpack.cfg.dist
- Take maintainership.

You can see the log in mine tinderbox:
7-stable - amd64
http://www.scjamorim.org/Home/hpack-0.79a_amd64.log

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- hpack-0.79a.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/hpack.non-usa.only/Makefile,v
retrieving revision 1.26
diff -u -u -r1.26 Makefile
--- Makefile	3 May 2006 05:14:02 -0000	1.26
+++ Makefile	6 Sep 2009 19:35:31 -0000
@@ -12,7 +12,7 @@
 		http://ftp.tugraz.at/mirror/crypto/programs/hpack/
 DISTNAME=	hpack79src
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	Multi-System Archiver with open keys PGP-based security
 
 NO_WRKSUBDIR=	yes
@@ -27,6 +27,6 @@
 .endfor
 
 post-install:
-	@${CP} ${WRKSRC}/docs/hpack.cfg ${PREFIX}/etc/hpack.cfg.dist
+	@${INSTALL_DATA} ${WRKSRC}/docs/hpack.cfg ${PREFIX}/etc/hpack.cfg.dist
 
 .include <bsd.port.mk>
--- hpack-0.79a.patch ends here ---

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



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