ports/138586: [PATCH] archivers/macutils: Included the pkg-plist in Makefile. Take maintainership.

Sylvio Cesar scjamorim at bsd.com.br
Sun Sep 6 20:00:04 UTC 2009


>Number:         138586
>Category:       ports
>Synopsis:       [PATCH] archivers/macutils: Included the pkg-plist in Makefile. 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 20:00:03 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:
- Included the file pkg-plist in Makefile
- Added "post-extract" to copy the file README
- Replace DOCFILES by PORTDOCS
- Take maintainership.

Removed file(s):
- pkg-plist

You can see the log in mine tinderbox:
7-stable - amd64
http://www.scjamorim.org/Home/macutils-2.0b3_amd64.log

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

--- macutils-2.0b3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/macutils/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile	4 Mar 2004 08:58:54 -0000	1.17
+++ Makefile	6 Sep 2009 19:46:43 -0000
@@ -12,7 +12,7 @@
 MASTER_SITE_SUBDIR=	utils/compress
 DISTNAME=	${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	scjamorim at bsd.com.br
 COMMENT=	Utilities for Apple Macintosh files
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
@@ -22,13 +22,19 @@
 		frommac.1 macutil.1
 
 BINDIR=		${PREFIX}/bin
-DOCFILES=	README.crc README.hexbin README.macput README.unpit \
+PLIST_FILES=	bin/binhex bin/frommac bin/hexbin bin/macsave bin/macstream \
+		bin/macunpack bin/tomac
+
+PORTDOCS=	README README.crc README.hexbin README.macput README.unpit \
 		README.zoom README.crc.orig README.macget README.scan \
-		README.unsit ../README
+		README.unsit
 
 # The distribution has a naff install target which doesn't install man
 # pages so here is a decent one.
 #
+post-extract:
+	@${CP} ${WRKSRC}/README ${WRKSRC}/doc
+
 do-install:
 	@${ECHO_MSG} "===>  Installing binaries..."
 	${INSTALL_PROGRAM} ${WRKSRC}/macunpack/macunpack ${BINDIR}/
@@ -50,8 +56,8 @@
 .if !defined(NOPORTDOCS)
 	@${ECHO_MSG} "===>  Installing supplementary documents..."
 	@${MKDIR} ${DOCSDIR}
-.for file in ${DOCFILES}
-	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
+.for docs in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/doc/${docs} ${DOCSDIR}
 .endfor
 .endif
 
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	21 Oct 2003 09:58:08 -0000	1.5
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-bin/binhex
-bin/frommac
-bin/hexbin
-bin/macsave
-bin/macstream
-bin/macunpack
-bin/tomac
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.crc
-%%PORTDOCS%%%%DOCSDIR%%/README.crc.orig
-%%PORTDOCS%%%%DOCSDIR%%/README.hexbin
-%%PORTDOCS%%%%DOCSDIR%%/README.macget
-%%PORTDOCS%%%%DOCSDIR%%/README.macput
-%%PORTDOCS%%%%DOCSDIR%%/README.scan
-%%PORTDOCS%%%%DOCSDIR%%/README.unpit
-%%PORTDOCS%%%%DOCSDIR%%/README.unsit
-%%PORTDOCS%%%%DOCSDIR%%/README.zoom
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- macutils-2.0b3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list