Bug 4489 - upgrade the port (japanese/a2ps)
Summary: upgrade the port (japanese/a2ps)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-09-07 20:20 UTC by saito
Modified: 1997-09-07 20:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description saito 1997-09-07 20:20:00 UTC
The software(a2ps) has been upgraded. So, I upgrade the port.
The following is "diff -uNr old-port new-port" output.
Please hvae a look at this.

Sincerely yours,
                                            Saito Itsuro

---------- cut here ----------
diff -uNr a2ps.orig/Makefile a2ps/Makefile
--- a2ps.orig/Makefile	Mon Sep  8 02:37:34 1997
+++ a2ps/Makefile	Mon Sep  8 02:53:27 1997
@@ -1,21 +1,21 @@
 # New ports collection makefile for:	a2ps-j
-# Version required:	1.39
-# Date created:		16 Nov 1996
+# Version required:	1.41
+# Date created:		8 Sep 1997
 # Whom:			SAITO Itsuro <saito@miv.t.u-tokyo.ac.jp>
 #
 # $Id$
 #
 
-DISTNAME=	a2ps-1.39
-PKGNAME=	jp-a2ps-1.39
+DISTNAME=	a2ps.pl-1.41
+PKGNAME=	jp-a2ps-1.41
+CATEGORIES=	japanese print
 MASTER_SITES=	ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \
 		ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/
-CATEGORIES=	japanese print
-EXTRACT_SUFX=	
+EXTRACT_SUFX=
 
 MAINTAINER=	saito@miv.t.u-tokyo.ac.jp
 
-EXTRACT_CMD=	cp
+EXTRACT_CMD=	${CP}
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=	.
 NO_WRKSUBDIR=	yes
@@ -23,6 +23,6 @@
 NO_BUILD=	yes
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/a2ps-1.39 ${PREFIX}/bin/a2ps-j
+	${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.41 ${PREFIX}/bin/a2ps-j
 
 .include <bsd.port.mk>
diff -uNr a2ps.orig/files/md5 a2ps/files/md5
--- a2ps.orig/files/md5	Mon Mar  3 10:21:00 1997
+++ a2ps/files/md5	Mon Sep  8 02:40:33 1997
@@ -1 +1 @@
-MD5 (a2ps-1.39) = 18c9f4369767018fe887d6b84d1a9c83
+MD5 (a2ps.pl-1.41) = eb32471130e6389ca4f919686d61e69a
diff -uNr a2ps.orig/patches/patch-aa a2ps/patches/patch-aa
--- a2ps.orig/patches/patch-aa	Mon Mar  3 10:21:00 1997
+++ a2ps/patches/patch-aa	Mon Sep  8 02:59:27 1997
@@ -1,13 +1,8 @@
-*** a2ps-1.39.orig	Sat Nov 16 07:22:10 1996
---- a2ps-1.39	Sat Nov 16 07:35:10 1996
-***************
-*** 1,4 ****
-! #!/usr/local/bin/perl
-  ;#
-  ;# a2ps: ascii to ps
-  ;#
---- 1,4 ----
-! #!/usr/bin/perl
-  ;#
-  ;# a2ps: ascii to ps
-  ;#
+--- a2ps.pl-1.41.orig	Mon Sep  8 02:59:07 1997
++++ a2ps.pl-1.41	Mon Sep  8 02:59:08 1997
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ ;#
+ ;# a2ps: ascii to ps
+ ;#
Comment 1 Masafumi Max NAKANE freebsd_committer freebsd_triage 1997-09-07 20:39:21 UTC
State Changed
From-To: open->closed

The update is applied. 

BTW, it seems like you didn't use the files from ports-current to make 
the patch.  From next time, please get the latest files out of 
ports-current first so that it will be much easier for us to process  
the request.