summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2006-02-22 13:35:21 +0000
committerMikhail Teterin <mi@FreeBSD.org>2006-02-22 13:35:21 +0000
commit360380cdc553af12495b2203fd2839cfb48f544f (patch)
tree9d109688f338e1e7ce3282c3e755443f5bd04195
parentUpdate to 14. (diff)
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...
Notes
Notes: svn path=/head/; revision=156659
-rw-r--r--print/rlpr/Makefile11
-rw-r--r--print/rlpr/distinfo6
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