Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Sep 2009 18:31:32 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org, araujo@FreeBSD.org
Subject:   ports/138593: [PATCH] archivers/xdms: Added PORTDOCS. Take maintainership.
Message-ID:  <20090906213132.807D0229B9B@fbsd72.scjamorim.org>
Resent-Message-ID: <200909062150.n86Lo1Ll068038@freefall.freebsd.org>

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

>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@FreeBSD.org
+MAINTAINER=	scjamorim@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@-O2 -Wall@$${CFLAGS} -Wall@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:



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