ports/90385: [MAINTAINER] misc/chord2html: UN-BREAK by providing a MASTERSITE; take maintainership

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Wed Dec 14 11:50:12 UTC 2005


>Number:         90385
>Category:       ports
>Synopsis:       [MAINTAINER] misc/chord2html: UN-BREAK by providing a MASTERSITE; take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 14 11:50:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.0-STABLE #5: Thu Dec  1 02:08:55 EET 2005


>Description:


Save this port from disappearing by providing a MASTERSITE.
USE_REINPLACE instead of using perl in post-patch.
Drop WWW from pkg-descr.
Take maintainership.


>How-To-Repeat:





>Fix:


--- chord2html.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/chord2html/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.3
diff -u -r1.1.1.1 -r1.3
--- Makefile	14 Dec 2005 11:26:10 -0000	1.1.1.1
+++ Makefile	14 Dec 2005 11:41:25 -0000	1.3
@@ -1,27 +1,26 @@
 # ex:ts=8
 # Ports collection makefile for:	chord2html
-# Date created:			Sep 11, 2002
-# Whom:				ijliao
+# Date created:				Sep 11, 2002
+# Whom:					ijliao
 #
 # $FreeBSD: ports/misc/chord2html/Makefile,v 1.8 2005/10/11 16:02:15 linimon Exp $
 #
+# $Tecnik: ports/misc/chord2html/Makefile,v 1.3 2005/12/14 11:41:25 itetcu Exp $
+#
 
 PORTNAME=	chord2html
 PORTVERSION=	1.3
 CATEGORIES=	misc
-MASTER_SITES=	# disappeared
+MASTER_SITES=	http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	itetcu at people.tecnik93.com
 COMMENT=	Convert CHORD input files to HTML
 
-BROKEN=		"mastersite disappeared"
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=	2005-12-11
-
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
 
 USE_PERL5=	yes
 NO_BUILD=	yes
+USE_REINPLACE=	yes
 
 MAN1=	chord2html.1
 
@@ -29,8 +28,8 @@
 PLIST_DIRS=	share/chord2html
 
 post-patch:
-	@${PERL} -pi -e "s,/usr/bin/perl,${PERL},g ; \
-		s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/chord2html
+	@${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL},g" \
+		-e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/chord2html
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/chord2html ${PREFIX}/bin
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/misc/chord2html/pkg-descr,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- pkg-descr	14 Dec 2005 11:26:10 -0000	1.1.1.1
+++ pkg-descr	14 Dec 2005 11:40:52 -0000	1.2
@@ -3,5 +3,3 @@
 produced by CHORD; chord2html reads a text file containing the lyrics and
 chords of a song to produce a page with chord names above the words and a
 graphical representation of the chords at the end of the songs.
-
-WWW: http://helllabs.org/~claudio/chord/
--- chord2html.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list