diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-02-10 18:06:32 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-02-10 18:06:32 +0800 |
commit | a523613da8af5558f6dcf8dc63b86b387d69dd23 (patch) | |
tree | 6a5cbe4a7f8f7eacd960a475c76c47ff35839859 | |
parent | 5665410fad0e312da999e04ef2c618b32dfbc3b9 (diff) | |
download | freebsd-ports-gnome-a523613da8af5558f6dcf8dc63b86b387d69dd23.tar.gz freebsd-ports-gnome-a523613da8af5558f6dcf8dc63b86b387d69dd23.tar.zst freebsd-ports-gnome-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.
-rw-r--r-- | net-p2p/eiskaltdcpp-cli/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-data/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-gtk/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-lib/Makefile | 6 |
5 files changed, 10 insertions, 10 deletions
diff --git a/net-p2p/eiskaltdcpp-cli/Makefile b/net-p2p/eiskaltdcpp-cli/Makefile index cf3f41ad1483..6307bd8c7ee6 100644 --- a/net-p2p/eiskaltdcpp-cli/Makefile +++ b/net-p2p/eiskaltdcpp-cli/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 0 +PORTREVISION= 20 CATEGORIES= net-p2p PKGNAMESUFFIX= -cli MAINTAINER= ports@FreeBSD.org -COMMENT= EiskaltDC++ Direct Connect command-line interface +COMMENT= EiskaltDC++ client command-line interface LICENSE= GPLv3 diff --git a/net-p2p/eiskaltdcpp-daemon/Makefile b/net-p2p/eiskaltdcpp-daemon/Makefile index 34ac075d91ff..39b9ef444f1f 100644 --- a/net-p2p/eiskaltdcpp-daemon/Makefile +++ b/net-p2p/eiskaltdcpp-daemon/Makefile @@ -7,7 +7,7 @@ CATEGORIES= net-p2p PKGNAMESUFFIX= -daemon MAINTAINER= ports@FreeBSD.org -COMMENT= EiskaltDC++ Direct Connect client daemon +COMMENT= EiskaltDC++ client daemon LICENSE= GPLv3 diff --git a/net-p2p/eiskaltdcpp-data/Makefile b/net-p2p/eiskaltdcpp-data/Makefile index 786e05e1ba06..8111b0cb5277 100644 --- a/net-p2p/eiskaltdcpp-data/Makefile +++ b/net-p2p/eiskaltdcpp-data/Makefile @@ -4,10 +4,10 @@ PORTNAME= eiskaltdcpp CATEGORIES= net-p2p PKGNAMESUFFIX= -data -PORTREVISION= 0 +PORTREVISION= 20 MAINTAINER= ports@FreeBSD.org -COMMENT= Shared data for EiskaltDC++ GUIs +COMMENT= Shared data for EiskaltDC++ client GUIs LICENSE= GPLv3 diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile index 18a748198fe1..490d82dff250 100644 --- a/net-p2p/eiskaltdcpp-gtk/Makefile +++ b/net-p2p/eiskaltdcpp-gtk/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 15 +PORTREVISION= 20 CATEGORIES= net-p2p PKGNAMESUFFIX= -gtk MAINTAINER= ports@FreeBSD.org -COMMENT= EiskaltDC++ Direct Connect client GTK GUI +COMMENT= EiskaltDC++ client GTK graphic interface LICENSE= GPLv3 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 |