aboutsummaryrefslogtreecommitdiff
path: root/japanese/a2ps
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-09-07 19:38:45 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-09-07 19:38:45 +0000
commitff11fea6b1f9542269da2c299f690fb59ed8c943 (patch)
tree7e462af127642667ec8fc461778afbe94d0ee46f /japanese/a2ps
parent60a82dd5510675c41dd520699d1049f266e81233 (diff)
downloadports-ff11fea6b1f9542269da2c299f690fb59ed8c943.tar.gz
ports-ff11fea6b1f9542269da2c299f690fb59ed8c943.zip
Upgrade, 1.39 -> 1.41.
PR: 4489 Submitted by: the port maintainer
Notes
Notes: svn path=/head/; revision=7803
Diffstat (limited to 'japanese/a2ps')
-rw-r--r--japanese/a2ps/Makefile16
-rw-r--r--japanese/a2ps/distinfo2
-rw-r--r--japanese/a2ps/files/patch-aa21
3 files changed, 17 insertions, 22 deletions
diff --git a/japanese/a2ps/Makefile b/japanese/a2ps/Makefile
index 97a7d334373a..cc280d11cc29 100644
--- a/japanese/a2ps/Makefile
+++ b/japanese/a2ps/Makefile
@@ -1,21 +1,21 @@
# New ports collection makefile for: a2ps-j
-# Version required: 1.39
+# Version required: 1.41
# Date created: 16 Nov 1996
# Whom: SAITO Itsuro <saito@miv.t.u-tokyo.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/03/03 10:21:19 asami Exp $
#
-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= # None
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_CONFIGURE= yes
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 --git a/japanese/a2ps/distinfo b/japanese/a2ps/distinfo
index b17a778ec440..71fcb0fa7d04 100644
--- a/japanese/a2ps/distinfo
+++ b/japanese/a2ps/distinfo
@@ -1 +1 @@
-MD5 (a2ps-1.39) = 18c9f4369767018fe887d6b84d1a9c83
+MD5 (a2ps.pl-1.41) = eb32471130e6389ca4f919686d61e69a
diff --git a/japanese/a2ps/files/patch-aa b/japanese/a2ps/files/patch-aa
index a3436b215f70..e2fdf43fe5d7 100644
--- a/japanese/a2ps/files/patch-aa
+++ b/japanese/a2ps/files/patch-aa
@@ -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
+ ;#