Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2009 19:11:46 -0200 (BRST)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139731: [PATCH] audio/Maaate: Added support to PORTDOCS in Makefile. Take maintainership. 
Message-ID:  <20091018211146.A34E53F416C@fbsd.scjamorim.org>
Resent-Message-ID: <200910182120.n9ILK5k4013531@freefall.freebsd.org>

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

>Number:         139731
>Category:       ports
>Synopsis:       [PATCH] audio/Maaate: Added support to PORTDOCS 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 Oct 18 21:20:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009
>Description:
- Added PORTDOCS in Makefile
- Changed pkg-plist
- Take maintainership

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

--- Maaate-0.3.1_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/Maaate/Makefile,v
retrieving revision 1.30
diff -u -u -r1.30 Makefile
--- Makefile	22 Aug 2009 00:12:59 -0000	1.30
+++ Makefile	18 Oct 2009 21:10:24 -0000
@@ -12,7 +12,7 @@
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION}.tar.gz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	MPEG audio analysis toolkit
 
 USE_AUTOTOOLS=	libtool:22
@@ -20,6 +20,8 @@
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+PORTDOCS=	API.html ChangeLog THANKS applications.html
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldl||g ; \
 		 s|(CCLD|(CXXLD|g' ${WRKSRC}/demos/Makefile.in
@@ -27,8 +29,8 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in API.html ChangeLog THANKS applications.html
-	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
+.for docs in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/doc/${docs} ${DOCSDIR}
 .endfor
 .endif
 
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/Maaate/pkg-plist,v
retrieving revision 1.7
diff -u -u -r1.7 pkg-plist
--- pkg-plist	23 Feb 2006 10:34:23 -0000	1.7
+++ pkg-plist	18 Oct 2009 21:10:24 -0000
@@ -40,10 +40,5 @@
 lib/libMaaateP.la
 lib/libMaaateP.so
 lib/libMaaateP.so.1
-%%PORTDOCS%%%%DOCSDIR%%/API.html
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/THANKS
-%%PORTDOCS%%%%DOCSDIR%%/applications.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm lib/Maaate
 @dirrm include/Maaate
--- Maaate-0.3.1_3.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?20091018211146.A34E53F416C>