ports/172495: audio/guspat: Update MASTER_SITES

KATO Tsuguru tkato432 at yahoo.com
Mon Oct 8 18:00:32 UTC 2012


>Number:         172495
>Category:       ports
>Synopsis:       audio/guspat: Update MASTER_SITES
>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:   Mon Oct 08 18:00:26 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES
- Support COPYTREE_SHARE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/guspat/Makefile audio/guspat/Makefile
--- /usr/ports/audio/guspat/Makefile	2012-08-16 04:26:13.000000000 +0900
+++ audio/guspat/Makefile	2012-10-08 23:26:26.000000000 +0900
@@ -1,17 +1,13 @@
-# New ports collection makefile for:	guspat
-# Date created:				2004/07/04
-# Whom:					nork at FreeBSD.org
-#
+# Created by: nork at FreeBSD.org
 # $FreeBSD: ports/audio/guspat/Makefile,v 1.6 2012/08/15 19:26:13 tabthorpe Exp $
-#
 
 PORTNAME=	guspat
 PORTVERSION=	20000706
 PORTREVISION=	2
 CATEGORIES=	audio
-MASTER_SITES=	http://www.linet.gr.jp/~tamuki/timidity/eawplus/
-MASTER_SITES+=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	nork
+MASTER_SITES=	ftp://plamo.linet.gr.jp/pub/Plamo-src/contrib/Sound/timidity/ \
+		RINGSERVER/linux/Plamo/Plamo-src/contrib/Sound/timidity \
+		LOCAL/nork
 DISTFILES=	${PORTNAME}-${PORTVERSION}-required${EXTRACT_SUFX} \
 		${PORTNAME}-${PORTVERSION}-optional${EXTRACT_SUFX}
 
@@ -32,8 +28,9 @@
 
 do-install:
 	@${MKDIR} ${DATADIR}
-	@${CP} -pr ${WRKSRC}/* ${DATADIR}
+	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR})
 	@${MKDIR} ${PREFIX}/${TIMIDITY_DATADIR}
-	@${INSTALL_DATA} ${WRKSRC}/timidity.cfg ${PREFIX}/${TIMIDITY_DATADIR}/timidity.cfg-guspat
+	(cd ${WRKSRC} && ${INSTALL_DATA} timidity.cfg \
+		${PREFIX}/${TIMIDITY_DATADIR}/timidity.cfg-guspat)
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list