svn commit: r319125 - head/sysutils/LPRng
Boris Samorodov
bsam at FreeBSD.org
Sun May 26 18:02:23 UTC 2013
Author: bsam
Date: Sun May 26 18:02:22 2013
New Revision: 319125
URL: http://svnweb.freebsd.org/changeset/ports/319125
Log:
. remove the indefinite article from COMMENT;
. remove shlib ABI version from LIB_DEPENDS;
. bump PORTREVISION.
Modified:
head/sysutils/LPRng/Makefile
Modified: head/sysutils/LPRng/Makefile
==============================================================================
--- head/sysutils/LPRng/Makefile Sun May 26 17:56:11 2013 (r319124)
+++ head/sysutils/LPRng/Makefile Sun May 26 18:02:22 2013 (r319125)
@@ -3,6 +3,7 @@
PORTNAME= LPRng
PORTVERSION= 3.8.35
+PORTREVISION= 1
CATEGORIES= sysutils print
MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \
ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \
@@ -13,9 +14,9 @@ MASTER_SITE_SUBDIR= LPRng/LPRng
EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
-COMMENT= An Enhanced Printer Spooler
+COMMENT= Enhanced Printer Spooler
-LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm
CONFLICTS= cups-base-1.[2-9]*
More information about the svn-ports-head
mailing list