diff options
-rw-r--r-- | print/rlpr/Makefile | 11 | ||||
-rw-r--r-- | print/rlpr/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 895d5b4b371b..d33a66e30957 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -6,19 +6,20 @@ # PORTNAME= rlpr -PORTVERSION= 2.05 +PORTVERSION= 2.06 CATEGORIES= print net -MASTER_SITES= ftp://www.truffula.com/pub/ +MASTER_SITES= http://truffula.com/rlpr/ MAINTAINER= mi@aldan.algebra.com COMMENT= Send print jobs to lpd servers anywhere on a network -#LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext - GNU_CONFIGURE= yes USE_GETOPT_LONG=yes +# rlpr supports gettext/libintl, but does not currently come with ANY +# translation .po files. When this changes, it would make sense to +# enable the use of gettext in this port: +#USE_GETTEXT= yes #CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lintl" -CONFIGURE_ENV= CPPFLAGS="-I${FILESDIR}" CONFIGURE_ARGS= --disable-nls --without-catgets USE_REINPLACE= yes diff --git a/print/rlpr/distinfo b/print/rlpr/distinfo index 93034cd6b230..f31897891845 100644 --- a/print/rlpr/distinfo +++ b/print/rlpr/distinfo @@ -1,3 +1,3 @@ -MD5 (rlpr-2.05.tar.gz) = 64ee8ccd94aabc90b9f40d0b2ad79e79 -SHA256 (rlpr-2.05.tar.gz) = 6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a -SIZE (rlpr-2.05.tar.gz) = 222119 +MD5 (rlpr-2.06.tar.gz) = c3192d0e84ccae432e754640f6003478 +SHA256 (rlpr-2.06.tar.gz) = 32ae5893f4b9250b7a02c98a41b5929cfdd5731b6efbd7edfc77c2c5314388f7 +SIZE (rlpr-2.06.tar.gz) = 272200 |