Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2002 13:07:45 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41702: Update port: textproc/xmlcharent to 0.3
Message-ID:  <20020816040745.878655662@hadaly.dyndns.org>

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

>Number:         41702
>Category:       ports
>Synopsis:       Update port: textproc/xmlcharent to 0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 15 21:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.6.1-RELEASE-p10 FreeBSD 4.6.1-RELEASE-p10 #15: Tue Aug 6 17:33:36 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
- Update to 0.3
- Stop calling mkcatalog until hrs's new version is out
- Change maintainer's address
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/xmlcharent/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2002/03/23 09:35:05	1.2
+++ Makefile	2002/08/16 04:00:27
@@ -6,30 +6,20 @@
 #
 
 PORTNAME=	xmlcharent
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/
 
-MAINTAINER=	fuyuki@mj.0038.net
+MAINTAINER=	fuyuki@hadaly.org
 
-RUN_DEPENDS=	${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog
-
 USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
 XMLDIR=		${PREFIX}/share/xml/${PORTNAME}
 
-MKCATALOG=	${LOCALBASE}/sbin/mkcatalog
-PLIST_SUB=	MKCATALOG=${MKCATALOG}
-
 do-install:
 	${MKDIR} ${XMLDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.ent ${FILESDIR}/catalog ${XMLDIR}
-
-post-install:
-	${MKCATALOG} -c ${PREFIX}/share/xml/catalog -q install xmlcharent
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/xmlcharent/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2002/03/23 09:35:05	1.2
+++ distinfo	2002/08/16 04:00:27
@@ -1 +1 @@
-MD5 (xmlcharent-0.2.zip) = 21387d0133a38fc9e80f2d318b388237
+MD5 (xmlcharent-0.3.zip) = 3d962edaeb7be357ad0614ab3271dc41
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/xmlcharent/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	2002/02/07 01:21:54	1.1
+++ pkg-descr	2002/08/16 04:00:27
@@ -3,4 +3,4 @@
 WWW: http://www.oasis-open.org/docbook/xmlcharent/
 
 - Kimura Fuyuki
-fuyuki@mj.0038.net
+fuyuki@hadaly.org
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/xmlcharent/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	2002/03/23 09:35:05	1.2
+++ pkg-plist	2002/08/16 04:00:27
@@ -1,6 +1,4 @@
-@unexec %%MKCATALOG%% -c %D/share/xml/catalog -q deinstall xmlcharent
 share/xml/xmlcharent/catalog
-@exec %%MKCATALOG%% -c %D/share/xml/catalog -q install xmlcharent
 share/xml/xmlcharent/iso-amsa.ent
 share/xml/xmlcharent/iso-amsb.ent
 share/xml/xmlcharent/iso-amsc.ent
@@ -21,5 +19,3 @@
 share/xml/xmlcharent/iso-pub.ent
 share/xml/xmlcharent/iso-tech.ent
 @dirrm share/xml/xmlcharent
-share/doc/xmlcharent/entities-2002-03-19.html
-@dirrm share/doc/xmlcharent
cvs server: Diffing files

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020816040745.878655662>