Bug 74007 - [Maintainer] sysutils/fvcool -- fix master sites
Summary: [Maintainer] sysutils/fvcool -- fix master sites
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 17:30 UTC by Matthew Seaman
Modified: 2004-11-17 12:14 UTC (History)
0 users

See Also:


Attachments
fvcool.diff (521 bytes, patch)
2004-11-16 17:30 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2004-11-16 17:30:30 UTC
Track changes to layout of master site, add a second master site.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-17 08:40:24 UTC
State Changed
From-To: open->feedback

Please review the following suggestion: It gets rid of pkg-plist 
which isn't really necessary for a few files: 
Index: Makefile 
=================================================================== 
RCS file: /usr/freebsdcvs/cvs-ports/ports/sysutils/fvcool/Makefile,v 
retrieving revision 1.6 
diff -u -r1.6 Makefile 
--- Makefile	17 Oct 2004 03:32:08 -0000	1.6 
+++ Makefile	17 Nov 2004 08:38:57 -0000 
@@ -8,7 +8,8 @@ 
PORTNAME=	fvcool 
PORTVERSION=	1.0.4 
CATEGORIES=	sysutils 
-MASTER_SITES=	http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/ 
+MASTER_SITES=	http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/fvcool/  
+		http://www.infracaninophile.co.uk/fvcool/ 
DISTNAME=	FVCool${PORTVERSION:S/.//g} 

MAINTAINER=	m.seaman@infracaninophile.co.uk 
@@ -27,7 +28,8 @@ 
-e 's,%%PORTNAME%%,${PORTNAME},g'  
-e 's,%%PREFIX%%,${PREFIX},g' 

-DOC_FILES=	ReadMe ReadMe.jp ReadMe.tech_KT133 
+PORTDOCS=	ReadMe ReadMe.jp ReadMe.tech_KT133 
+PLIST_FILES=	sbin/fvcool etc/rc.d/fvcool.sh 

post-patch: 
@${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|;  
@@ -50,7 +52,7 @@ 
install-doc: 
.if !defined(NOPORTDOCS) 
@${MKDIR} ${DOCSDIR} 
-.for file in ${DOC_FILES} 
+.for file in ${PORTDOCS} 
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} 
.endfor 
.endif 
Index: pkg-plist 
=================================================================== 
RCS file: pkg-plist 
diff -N pkg-plist 
--- pkg-plist	17 Oct 2004 03:32:08 -0000	1.2 
+++ /dev/null	1 Jan 1970 00:00:00 -0000 
@@ -1,6 +0,0 @@ 
-sbin/fvcool 
-etc/rc.d/fvcool.sh 
-%%PORTDOCS%%%%DOCSDIR%%/ReadMe 
-%%PORTDOCS%%%%DOCSDIR%%/ReadMe.jp 
-%%PORTDOCS%%%%DOCSDIR%%/ReadMe.tech_KT133 
-%%PORTDOCS%%@dirrm %%DOCSDIR%% 


Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-11-17 08:40:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll handle this
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-11-17 12:13:47 UTC
State Changed
From-To: feedback->closed

Committed, thanks!