diff options
author | max <max@FreeBSD.org> | 1997-09-08 03:38:45 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-08 03:38:45 +0800 |
commit | c190375f8c3c3866e975471b84428c4f1cc0fcf5 (patch) | |
tree | 8d0ffc4c65cded129c529040308a66c54e128f53 /japanese/a2ps | |
parent | 328005e6e5fed050d7f29944ed3646590ffae5c7 (diff) | |
download | freebsd-ports-gnome-c190375f8c3c3866e975471b84428c4f1cc0fcf5.tar.gz freebsd-ports-gnome-c190375f8c3c3866e975471b84428c4f1cc0fcf5.tar.zst freebsd-ports-gnome-c190375f8c3c3866e975471b84428c4f1cc0fcf5.zip |
Upgrade, 1.39 -> 1.41.
PR: 4489
Submitted by: the port maintainer
Diffstat (limited to 'japanese/a2ps')
-rw-r--r-- | japanese/a2ps/Makefile | 16 | ||||
-rw-r--r-- | japanese/a2ps/distinfo | 2 | ||||
-rw-r--r-- | japanese/a2ps/files/patch-aa | 21 |
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 + ;# |