ports/138593: [PATCH] archivers/xdms: Added PORTDOCS. Take maintainership.

Sylvio Cesar scjamorim at bsd.com.br
Sun Sep 6 21:50:01 UTC 2009


>Number:         138593
>Category:       ports
>Synopsis:       [PATCH] archivers/xdms: Added PORTDOCS. 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 21:50:00 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:
- Added PORTDOCS
- Included pkg-plist in Makefile
- Take maintainership.

Removed file(s):
- pkg-plist

You can see the log in mine tinderbox:
http://www.scjamorim.org/Home/xdms-1.3.2.log

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

--- xdms-1.3.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/xdms/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	14 Apr 2007 16:20:43 -0000	1.14
+++ Makefile	6 Sep 2009 21:28:51 -0000
@@ -10,7 +10,7 @@
 CATEGORIES=	archivers
 MASTER_SITES=	http://zakalwe.fi/~shd/foss/xdms/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	scjamorim at bsd.com.br
 COMMENT=	An Amiga DMS archiver unpacker
 
 USE_BZIP2=	yes
@@ -18,6 +18,9 @@
 CONFIGURE_ARGS=	--prefix=${PREFIX}
 ALL_TARGET=	xdms
 
+PORTDOCS=	xdms.txt
+PLIST_FILES=	bin/xdms
+
 post-patch:
 	${REINPLACE_CMD} "s at -O2 -Wall@$${CFLAGS} -Wall at g" ${WRKSRC}/src/Makefile.in
 
@@ -25,7 +28,9 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/xdms.txt ${DOCSDIR}
+.for docs in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	21 Oct 2003 09:58:09 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-bin/xdms
-%%PORTDOCS%%%%DOCSDIR%%/xdms.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- xdms-1.3.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list