Index: head/japanese/a2ps/Makefile =================================================================== --- head/japanese/a2ps/Makefile (revision 254020) +++ head/japanese/a2ps/Makefile (revision 254021) @@ -1,29 +1,31 @@ # New ports collection makefile for: a2ps-j # Date created: 16 Nov 1996 # Whom: SAITO Itsuro # # $FreeBSD$ # PORTNAME= a2ps PORTVERSION= 1.45 +PORTREVISION= 1 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/ +MASTER_SITES= ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nork DISTNAME= ${PORTNAME}.pl-${PORTVERSION} EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= Text file to postscript converter (with Japanese support) PLIST_FILES= bin/a2ps-j EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ./a2ps-j NO_WRKSUBDIR= yes NO_BUILD= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/a2ps-j ${PREFIX}/bin .include Property changes on: head/japanese/a2ps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/japanese/a2ps/files/patch-aa =================================================================== --- head/japanese/a2ps/files/patch-aa (revision 254020) +++ head/japanese/a2ps/files/patch-aa (revision 254021) @@ -1,8 +1,18 @@ ---- a2ps-j.orig Thu Apr 8 02:52:44 1999 -+++ a2ps-j Thu Apr 8 02:54:06 1999 +--- a2ps-j.orig 2010-05-10 01:15:32.227559000 +0900 ++++ a2ps-j 2010-05-10 01:18:27.223595925 +0900 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl ;# ;# a2ps: ascii to ps ;# +@@ -192,7 +192,8 @@ + + if ($debug == 2) { + require('dumpvar.pl'); +- local($#) = '%.6g'; ++## Perl 5.10.1 says $# is no longer supported ++## local($#) = '%.6g'; + &dumpvar('main', + 'width', 'height', 'lmargin', 'smargin', 'font_size', + 'sheet_height', 'sheet_width', 'char_width', 'skip_column', Property changes on: head/japanese/a2ps/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property