ports/130004: [PATCH] textproc/libparsifal: update to 1.1.0, take maintainership

Yi-Jheng Lin yzlin at cs.nctu.edu.tw
Sun Dec 28 23:10:01 UTC 2008


>Number:         130004
>Category:       ports
>Synopsis:       [PATCH] textproc/libparsifal: update to 1.1.0, take maintainership
>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:   Sun Dec 28 23:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.0-RELEASE-p6 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p6 FreeBSD 7.0-RELEASE-p6 #0: Fri Nov 28 17:44:01 CST 2008
>Description:
- Update to 1.1.0
- Take maintainership

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

--- libparsifal-1.1.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/libparsifal/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	21 Aug 2008 06:18:31 -0000	1.19
+++ Makefile	28 Dec 2008 23:09:01 -0000
@@ -7,12 +7,11 @@
 #
 
 PORTNAME=	libparsifal
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.1.0
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.saunalahti.fi/~samiuus/toni/xmlproc/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	yzlin at cs.nctu.edu.tw
 COMMENT=	Lightweight XML Parser
 
 USE_AUTOTOOLS=	libtool:15
@@ -30,10 +29,7 @@
 post-install:
 .ifndef(NOPORTDOCS)
 	@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
-.for D in "" csrchtml pics
-	@${MKDIR} ${DOCSDIR}/${D}
-	${INSTALL_DATA} ${WRKSRC}/doc/${D}/*.* ${DOCSDIR}/${D}
-.endfor
+	@(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR})
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/libparsifal/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	25 Nov 2005 18:40:34 -0000	1.7
+++ distinfo	28 Dec 2008 23:09:01 -0000
@@ -1,3 +1,3 @@
-MD5 (libparsifal-1.0.0.tar.gz) = 04b9d4e894db07bfa37147dc30e9fb49
-SHA256 (libparsifal-1.0.0.tar.gz) = e95c51dd15459ad1298661afbe2eded376152564f983566307a6b83d37a5e1e6
-SIZE (libparsifal-1.0.0.tar.gz) = 762920
+MD5 (libparsifal-1.1.0.tar.gz) = bee876fe8390cc835c4970047e38525d
+SHA256 (libparsifal-1.1.0.tar.gz) = a28b4cd955cc3728aa8a0ae59c79ed962eae7379403ff4e37582e15fec904a6a
+SIZE (libparsifal-1.1.0.tar.gz) = 904974
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/libparsifal/pkg-plist,v
retrieving revision 1.8
diff -u -r1.8 pkg-plist
--- pkg-plist	23 Feb 2006 10:39:23 -0000	1.8
+++ pkg-plist	28 Dec 2008 23:09:01 -0000
@@ -2,6 +2,7 @@
 include/libparsifal/dtdvalid.h
 include/libparsifal/isrcmem.h
 include/libparsifal/parsifal.h
+include/libparsifal/pns.h
 include/libparsifal/xmlcfg.h
 include/libparsifal/xmldtd.h
 include/libparsifal/xmlhash.h
@@ -20,6 +21,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/csrchtml/highlight.css
 %%PORTDOCS%%%%DOCSDIR%%/csrchtml/nsvalid_c.html
 %%PORTDOCS%%%%DOCSDIR%%/csrchtml/parsifal_h.html
+%%PORTDOCS%%%%DOCSDIR%%/csrchtml/pull1_c.html
 %%PORTDOCS%%%%DOCSDIR%%/csrchtml/test_iconv_c.html
 %%PORTDOCS%%%%DOCSDIR%%/csrchtml/test_pool_c.html
 %%PORTDOCS%%%%DOCSDIR%%/csrchtml/winurl_c.html
@@ -36,6 +38,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/manual.html
 %%PORTDOCS%%%%DOCSDIR%%/news.html
 %%PORTDOCS%%%%DOCSDIR%%/overview.html
+%%PORTDOCS%%%%DOCSDIR%%/overview.html.bak
+%%PORTDOCS%%%%DOCSDIR%%/packages.html
 %%PORTDOCS%%%%DOCSDIR%%/parsifal_results.html
 %%PORTDOCS%%%%DOCSDIR%%/parsifal_results_valid.html
 %%PORTDOCS%%%%DOCSDIR%%/pics/backg.gif
--- libparsifal-1.1.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list