ports/138583: [PATCH] archivers/hpack: It was changed form how installs the file of configuration. Take maintainership.
Sylvio Cesar
scjamorim at bsd.com.br
Sun Sep 6 19:50:02 UTC 2009
>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 at FreeBSD.org
+MAINTAINER= scjamorim at 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:
More information about the freebsd-ports-bugs
mailing list