mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 1.45.
PR: ports/30616 Submitted by: Itsuro Saito <saito@miv.t.u-tokyo.ac.jp> (MAINTAINER)
This commit is contained in:
parent
634259747c
commit
b3fc8349ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47998
@ -6,21 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= a2ps
|
||||
PORTVERSION= 1.44
|
||||
PORTVERSION= 1.45
|
||||
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/
|
||||
DISTFILES= ${PORTNAME}.pl-${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}.pl-${PORTVERSION}
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= saito@miv.t.u-tokyo.ac.jp
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= .
|
||||
EXTRACT_AFTER_ARGS= ./a2ps-j
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.44 ${PREFIX}/bin/a2ps-j
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/a2ps-j ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (a2ps.pl-1.44) = 7c08e3d260d4cb6cf2d0403486421cf4
|
||||
MD5 (a2ps.pl-1.45) = 3eae209b3c69ec692ee7d61ddd663f6c
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- a2ps.pl-1.44.orig Thu Apr 8 02:52:44 1999
|
||||
+++ a2ps.pl-1.44 Thu Apr 8 02:54:06 1999
|
||||
--- a2ps-j.orig Thu Apr 8 02:52:44 1999
|
||||
+++ a2ps-j Thu Apr 8 02:54:06 1999
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
+#!/usr/bin/perl
|
||||
|
Loading…
Reference in New Issue
Block a user