From bf468e53563b10a68bb71f30a72d3b61bfce8034 Mon Sep 17 00:00:00 2001 From: mi Date: Wed, 22 Feb 2006 13:35:21 +0000 Subject: Change the MASTER_SITE to its (functional) http-equivalent and bump the version from 2.05 to 2.06. The only change works around OSes without vsyslog() and has no effect on FreeBSD, but the old distfile has long disappeared... --- print/rlpr/Makefile | 11 ++++++----- print/rlpr/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'print/rlpr') 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 -- cgit