diff options
author | ume <ume@FreeBSD.org> | 2005-04-11 15:10:00 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-04-11 15:10:00 +0000 |
commit | 2c47a127a846bf65966843f8760bbaef6f03b980 (patch) | |
tree | b465fd782cc2479c3a630dca77fc9d64ad988d2e /print | |
parent | 0d9792f3812b0af2e3e875eb3991606a83651567 (diff) | |
download | FreeBSD-ports-2c47a127a846bf65966843f8760bbaef6f03b980.zip FreeBSD-ports-2c47a127a846bf65966843f8760bbaef6f03b980.tar.gz |
the distribution was rerolled.
Reported by: pointyhat via kris
Diffstat (limited to 'print')
-rw-r--r-- | print/pips800/Makefile.pips | 10 | ||||
-rw-r--r-- | print/pipsg700/Makefile | 2 | ||||
-rw-r--r-- | print/pipsg700/distinfo | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index 43e5bca..8fdaf2a 100644 --- a/print/pips800/Makefile.pips +++ b/print/pips800/Makefile.pips @@ -118,7 +118,8 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base \ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-common \ ${FILESDIR}/extra-patch-2.6.2-src \ ${FILESDIR}/extra-patch-2.6.2-src-cups -.if ${PRTYPE} != g900 && ${PRTYPE} != -scx3500_3600s && ${PRTYPE} != -spr800 +.if ${PRTYPE} != g700 && ${PRTYPE} != g900 && ${PRTYPE} != -scx3500_3600s && \ + ${PRTYPE} != -spr800 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-ekpstm::main.c .endif BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf253:${PORTSDIR}/devel/autoconf253 @@ -179,7 +180,7 @@ INCLIST= CUPS EKPSTM_MO PAPER_LIST .else INCLIST= PIPS CUPS EKPNAVI DTRFILTER PAPER_LIST .endif -.if ${PRTYPE} == -sc65_66s || ${PRTYPE} == -sc85_86s || \ +.if ${PRTYPE} == g700 || ${PRTYPE} == -sc65_66s || ${PRTYPE} == -sc85_86s || \ ${PRTYPE} == -scx3500_3600s || ${PRTYPE} == -spr800 INCLIST+= PIPS_EN .endif @@ -263,8 +264,9 @@ post-patch: ${REINPLACE_CMD} -e 's;/dev/\(usb/\)\{0,1\}lp0;/dev/ulpt0;' \ -e 's,^SUBDIRS = rc$$,#&,' \ ${WRKSRC}/ekpd/Makefile.in -.if ${PRTYPE} == g900 || ${PRTYPE} == -sc65_66s || ${PRTYPE} == -sc85_86s || \ - ${PRTYPE} == -scx3500_3600s || ${PRTYPE} == -spr800 +.if ${PRTYPE} == g700 || ${PRTYPE} == g900 || ${PRTYPE} == -sc65_66s || \ + ${PRTYPE} == -sc85_86s || ${PRTYPE} == -scx3500_3600s || \ + ${PRTYPE} == -spr800 ${REINPLACE_CMD} -e 's,^\(enum Ink\)set\(_Id inkbox_get_inkid\),\1box\2,' \ ${WRKSRC}/ekpstm/inkbox.h .endif diff --git a/print/pipsg700/Makefile b/print/pipsg700/Makefile index 17dc25a..d0a543b 100644 --- a/print/pipsg700/Makefile +++ b/print/pipsg700/Makefile @@ -6,7 +6,7 @@ # PORTVERSION= 2.6.2 -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../pips800 COMMENT= Photo Image Print System for Linux --- EPSON PM-G700 diff --git a/print/pipsg700/distinfo b/print/pipsg700/distinfo index f9c6d26..1204cfae 100644 --- a/print/pipsg700/distinfo +++ b/print/pipsg700/distinfo @@ -1,2 +1,2 @@ -MD5 (pipsg700-2.6.2.tar.gz) = efec5f30b71dd753e340bc6a8f2e5a6d -SIZE (pipsg700-2.6.2.tar.gz) = 4580483 +MD5 (pipsg700-2.6.2.tar.gz) = 53d051a1900217d100f201a8b2841d43 +SIZE (pipsg700-2.6.2.tar.gz) = 4639070 |