Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2002 10:40:02 +0900 (JST)
From:      KANOU Hiroki <kanou@mil.allnet.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        kanou@mil.allnet.ne.jp
Subject:   ports/34190: maintainer update: print/pfaedit
Message-ID:  <200201230140.KAA75780@kappa.allnet.ne.jp>

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

>Number:         34190
>Category:       ports
>Synopsis:       maintainer update: print/pfaedit
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 22 17:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki <kanou@mil.allnet.ne.jp>
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD tin 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Thu Dec 27 10:56:29 JST 2001 kanou@tin:/usr/src/sys/compile/TIN i386

>Description:

Maintainer update of print/pfaedit.

Changes:
 - updated to the newest version (2002-01-22).
 - fixed MASTER_SITES.
 - now installs LICENSE file to accomodate the copyright notice.

>How-To-Repeat:

none.

>Fix:

diff -uNr pfaedit.orig/Makefile pfaedit/Makefile
--- pfaedit.orig/Makefile	Tue Dec 25 14:24:00 2001
+++ pfaedit/Makefile	Wed Jan 23 10:28:03 2002
@@ -6,12 +6,10 @@
 #
 
 PORTNAME=	pfaedit
-PORTVERSION=	20011219
+PORTVERSION=	20${DIST_VER}
 CATEGORIES=	print
 MASTER_SITES=	http://pfaedit.sourceforge.net/
-DISTFILES=	${PORTNAME}_src-${DIST_VER}.tgz \
-		libgunicode-${LIBGUNI_VER}.tgz libgdraw-${LIBGDRAW_VER}.tgz \
-		cidmaps.tgz
+DISTFILES=	${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
 
 MAINTAINER=	kanou@mil.allnet.ne.jp
 
@@ -30,9 +28,7 @@
 
 MAN1=		pfaedit.1
 
-DIST_VER=	011219
-LIBGDRAW_VER=	011219
-LIBGUNI_VER=	011219
+DIST_VER=	020122
 
 post-patch:
 	${PERL} -pi.orig -e 's,/usr/share/,${PREFIX}/share/,g' \
@@ -44,6 +40,8 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/pfaedit/pfaedit ${PREFIX}/bin
 	${MKDIR} ${PREFIX}/share/pfaedit
 	${INSTALL_DATA} ${WRKDIR}/*.cidmap ${PREFIX}/share/pfaedit
+	${MKDIR} ${PREFIX}/share/doc/pfaedit
+	${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/pfaedit
 	${INSTALL_MAN} ${WRKSRC}/pfaedit/pfaedit.1 ${PREFIX}/man/man1
 
 .include <bsd.port.mk>
diff -uNr pfaedit.orig/distinfo pfaedit/distinfo
--- pfaedit.orig/distinfo	Tue Dec 25 14:24:00 2001
+++ pfaedit/distinfo	Wed Jan 23 10:29:38 2002
@@ -1,4 +1,2 @@
-MD5 (pfaedit_src-011219.tgz) = 4dd183f94b9dd9a71cd102ae6833fab3
-MD5 (libgunicode-011219.tgz) = 0cf9a4f52ada42f6062c127a1ceb6dfc
-MD5 (libgdraw-011219.tgz) = ccce954d9a68a3851b1485fbc0703718
+MD5 (pfaedit_full-020122.tgz) = b51fa4d720d29952f70736bda1368490
 MD5 (cidmaps.tgz) = 6bc25e216e9fe8b0c3b226cab3886f83
diff -uNr pfaedit.orig/pkg-plist pfaedit/pkg-plist
--- pfaedit.orig/pkg-plist	Tue Dec 25 15:57:19 2001
+++ pfaedit/pkg-plist	Mon Jan  7 00:01:39 2002
@@ -6,3 +6,5 @@
 share/pfaedit/Adobe-Japan1-4.cidmap
 share/pfaedit/Adobe-Korea1-2.cidmap
 @dirrm share/pfaedit
+share/doc/pfaedit/LICENSE
+@dirrm share/doc/pfaedit
>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?200201230140.KAA75780>