aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/eiskaltdcpp-lib
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-02-10 10:06:32 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-02-10 10:06:32 +0000
commita523613da8af5558f6dcf8dc63b86b387d69dd23 (patch)
tree6a5cbe4a7f8f7eacd960a475c76c47ff35839859 /net-p2p/eiskaltdcpp-lib
parent5665410fad0e312da999e04ef2c618b32dfbc3b9 (diff)
downloadports-a523613da8af5558f6dcf8dc63b86b387d69dd23.tar.gz
ports-a523613da8af5558f6dcf8dc63b86b387d69dd23.zip
Properly handle COMMENT, PORTREVISION, and MAINTAINER fields in EiskaltDC++
slave ports. Fast-forward some port revisions since those of the existing packages cannot go backwards and make the ports' COMMENT lines more in line against each other and less tautological.
Notes
Notes: svn path=/head/; revision=525698
Diffstat (limited to 'net-p2p/eiskaltdcpp-lib')
-rw-r--r--net-p2p/eiskaltdcpp-lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile
index ac347df961e2..da4a3eedae02 100644
--- a/net-p2p/eiskaltdcpp-lib/Makefile
+++ b/net-p2p/eiskaltdcpp-lib/Makefile
@@ -4,12 +4,12 @@
PORTNAME= eiskaltdcpp
PORTVERSION= 2.2.10
DISTVERSIONPREFIX= v
-PORTREVISION= 20
+PORTREVISION?= 20
CATEGORIES= net-p2p
PKGNAMESUFFIX?= -lib
-MAINTAINER= fjoe@FreeBSD.org
-COMMENT= Direct Connect client shared library
+MAINTAINER?= fjoe@FreeBSD.org
+COMMENT?= EiskaltDC++ shared library and header files
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE