Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2006 05:57:47 +0800 (CST)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97187: [PATCH] textproc/bib2html: update to 4.2
Message-ID:  <200605122157.k4CLvlBX033835@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200605122200.k4CM0OWm081845@freefall.freebsd.org>

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

>Number:         97187
>Category:       ports
>Synopsis:       [PATCH] textproc/bib2html: update to 4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 12 22:00:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.0
>Organization:
NTU CSIE
>Environment:
>Description:
- Update to 4.2 
- PREFIX clean, ``port test'' possible

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

--- bib2html-4.2.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/bib2html/Makefile /home/rafan/tmp/ports/bib2html/Makefile
--- /usr/ports/textproc/bib2html/Makefile	Tue May  2 03:32:07 2006
+++ /home/rafan/tmp/ports/bib2html/Makefile	Sat May 13 05:52:04 2006
@@ -7,33 +7,33 @@
 #
 
 PORTNAME=	bib2html
-DISTVERSION=	4.1-1
+DISTVERSION=	4.2-1
 CATEGORIES=	textproc print
 MASTER_SITES=	http://www.arakhne.org/IMG/gz/ \
 		http://fresh.t-systems-sfr.com/fresh/unix/src/privat2/
-DISTFILES=	${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX}
+DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The BibTeX to HTML Translator
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-4.1/src
+WRKSRC=		${WRKDIR}/${PORTNAME}-4.2/src
 
 USE_PERL5_RUN=	yes
 NO_BUILD=	yes
 
 post-patch:
-	@${SED} -e 's:= "$$0";:= "${SITE_PERL}/Bib2HTML";:g' \
+	@${SED} -e 's:= "$$0";:= "${PREFIX}/${SITE_PERL_REL}/Bib2HTML";:g' \
 		< ${WRKSRC}/bib2html.pl > ${WRKSRC}/bib2html
-	@${SED} -e 's:= "$$0";:= "${SITE_PERL}/Bib2HTML";:g' \
+	@${SED} -e 's:= "$$0";:= "${PREFIX}/${SITE_PERL_REL}/Bib2HTML";:g' \
 		< ${WRKSRC}/bib2xml.pl > ${WRKSRC}/bib2xml
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/bib2html ${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/bib2xml ${PREFIX}/bin
-	@${MKDIR} ${SITE_PERL}/Bib2HTML
+	@${MKDIR} ${PREFIX}/${SITE_PERL_REL}/Bib2HTML
 	@cd ${WRKSRC}/Bib2HTML && ${FIND} . | \
-		${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${SITE_PERL}/Bib2HTML
-	${FIND} ${SITE_PERL}/Bib2HTML -type f | ${XARGS} ${CHMOD} ${LIBMODE}
-	${FIND} ${SITE_PERL}/Bib2HTML -type d | ${XARGS} ${CHMOD} a+rx
+		${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/${SITE_PERL_REL}/Bib2HTML
+	${FIND} ${PREFIX}/${SITE_PERL_REL}/Bib2HTML -type f | ${XARGS} ${CHMOD} ${LIBMODE}
+	${FIND} ${PREFIX}/${SITE_PERL_REL}/Bib2HTML -type d | ${XARGS} ${CHMOD} a+rx
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/textproc/bib2html/distinfo /home/rafan/tmp/ports/bib2html/distinfo
--- /usr/ports/textproc/bib2html/distinfo	Tue May  2 03:32:07 2006
+++ /home/rafan/tmp/ports/bib2html/distinfo	Sat May 13 05:52:04 2006
@@ -1,3 +1,3 @@
-MD5 (bib2html_4.1-1.tar.gz) = 728ee5de1dacef3f70d01ad0da4cc371
-SHA256 (bib2html_4.1-1.tar.gz) = 76486dd2b610d990b863871920f90adf2376d3dd58ebe21ca127e5d962b39a49
-SIZE (bib2html_4.1-1.tar.gz) = 555090
+MD5 (bib2html_4.2-1.tar.gz) = 64a0744db06057b043f2319f628d330a
+SHA256 (bib2html_4.2-1.tar.gz) = e7bc1331046ea20ed659b30c4df1c0b2bb30e90e53455ced30f942db1c1b16fa
+SIZE (bib2html_4.2-1.tar.gz) = 555406
--- bib2html-4.2.1.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?200605122157.k4CLvlBX033835>