ports/58866: maintainer-update: print/pfaedit to 20031029

KANOU Hiroki kanou at khdd.net
Mon Nov 3 10:50:23 UTC 2003


>Number:         58866
>Category:       ports
>Synopsis:       maintainer-update: print/pfaedit to 20031029
>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:   Mon Nov 03 02:50:21 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD khdd.net 4.9-STABLE FreeBSD 4.9-STABLE #1: Wed Oct 29 23:21:29 JST 2003 kanou at khdd.net:/usr/obj/usr/src/sys/COPPER i386

>Description:

Maintainer update of PfaEdit port.

No longer this port installs libuninameslist by itself.
libuninameslist installation is splitted into a new port
textproc/libuninameslist, submitted as PR:ports/58865.

>How-To-Repeat:
>Fix:

diff -uNr pfaedit.orig/Makefile pfaedit/Makefile
--- pfaedit.orig/Makefile	Mon Nov  3 17:57:28 2003
+++ pfaedit/Makefile	Mon Nov  3 19:17:24 2003
@@ -8,28 +8,25 @@
 PORTNAME=	pfaedit
 PORTVERSION=	20${DIST_VER}
 CATEGORIES=	print
-MASTER_SITES=	http://pfaedit.sourceforge.net/ \
-		${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR =	libuninameslist
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR =	pfaedit
 DISTFILES=	${EXTRACT_ONLY}
 .if !defined(NOPORTDOCS)
 DISTFILES+=	${DOCFILE}
 .endif
-EXTRACT_ONLY=	${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz \
-		libuninameslist_src-${LIBUNINAMESLIST_VER}.tgz
+EXTRACT_ONLY=	${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
 
 MAINTAINER=	kanou at khdd.net
 COMMENT=	Type 1/TrueType/OpenType/bitmap font editor
 
-LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
+LIB_DEPENDS=	uninameslist.0:${PORTSDIR}/textproc/libuninameslist \
+		tiff.4:${PORTSDIR}/graphics/tiff \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.5:${PORTSDIR}/graphics/png \
 		ungif.5:${PORTSDIR}/graphics/libungif \
 		freetype.9:${PORTSDIR}/print/freetype2 \
 		xml2:${PORTSDIR}/textproc/libxml2
 
-BROKEN=		Does not fetch, will be removed after Feb 2
-
 USE_GMAKE=	yes
 USE_XLIB=	yes
 GNU_CONFIGURE=	yes
@@ -41,8 +38,7 @@
 
 MAN1=		pfaedit.1 sfddiff.1
 
-DIST_VER=	031020
-LIBUNINAMESLIST_VER=	030713
+DIST_VER=	031029
 
 .if !defined (NOPORTDOCS)
 DOCFILE=	${PORTNAME}_htdocs-${DIST_VER}.tgz
@@ -59,18 +55,11 @@
 	${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap
 .endif
 
-post-configure:
-	(cd ${WRKDIR}/libuninameslist ; ./configure ${CONFIGURE_ARGS} )
-
-post-build:
-	(cd ${WRKDIR}/libuninameslist ; ${GMAKE} )
-
 post-install:
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
 .if !defined(NOPORTDOCS)
 	${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR}
-	(cd ${WRKDIR}/libuninameslist ; ${GMAKE} install )
 .endif
 
 .include <bsd.port.mk>
diff -uNr pfaedit.orig/distinfo pfaedit/distinfo
--- pfaedit.orig/distinfo	Thu Oct 23 23:44:26 2003
+++ pfaedit/distinfo	Mon Nov  3 19:02:11 2003
@@ -1,4 +1,3 @@
-MD5 (pfaedit_full-031020.tgz) = 27e9f5ef370481319acec9d4b9e5cd08
+MD5 (pfaedit_full-031029.tgz) = cfe3d9e7fd88a7fa89f3e2ec82de5b4b
 MD5 (cidmaps.tgz) = 542c4ddaaa6689de217d3a96678b4e69
-MD5 (libuninameslist_src-030713.tgz) = 051a0377d8e1674de9dc8da062b32646
-MD5 (pfaedit_htdocs-031020.tgz) = 324575ef99af3d6b7d2d3acfbf47a04c
+MD5 (pfaedit_htdocs-031029.tgz) = e61d565c758d703f5c02e3be4eb659fe
diff -uNr pfaedit.orig/pkg-plist pfaedit/pkg-plist
--- pfaedit.orig/pkg-plist	Tue Oct 21 12:53:54 2003
+++ pfaedit/pkg-plist	Mon Nov  3 19:16:38 2003
@@ -1,16 +1,12 @@
 bin/pfaedit
 bin/sfddiff
 bin/acorn2sfd
-include/uninameslist.h
 lib/libgdraw.la
 lib/libgdraw.so
 lib/libgdraw.so.1
 lib/libgunicode.la
 lib/libgunicode.so
 lib/libgunicode.so.2
-lib/libuninameslist.la
-lib/libuninameslist.so
-lib/libuninameslist.so.0
 %%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html
 %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png
 %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list