diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-13 00:20:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-13 00:20:31 +0800 |
commit | f5c820f44ef3ac0da915aa0f52b5b54fddedf017 (patch) | |
tree | 2cea991d70e02cc86565656d596600b0fc2b5790 /net-p2p | |
parent | b3a93e5c77da138c9e063cfecb5710e3d738fad3 (diff) | |
download | freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.gz freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.zst freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.zip |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gkremldk/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/liberator/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/minder/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/gkremldk/Makefile b/net-p2p/gkremldk/Makefile index b66bf4606b70..11aecded6547 100644 --- a/net-p2p/gkremldk/Makefile +++ b/net-p2p/gkremldk/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Shows current mldonkey donwload/upload rates and allows setting them -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index 7f2d5809d296..9bac61e1b6b2 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -42,7 +42,7 @@ MASTER_SITES= SF MAINTAINER= woodsb02@gmail.com COMMENT= GTK based Gnutella client -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2+ USES= iconv localbase pkgconfig tar:bzip2 USE_GNOME= glib20 libxml2 diff --git a/net-p2p/liberator/Makefile b/net-p2p/liberator/Makefile index 4f633c78d6f2..60b134fdf5f5 100644 --- a/net-p2p/liberator/Makefile +++ b/net-p2p/liberator/Makefile @@ -11,7 +11,7 @@ DISTNAME= ofcp-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Command line client to FreeNet Network -LICENSE= LGPL21 # or later +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 103ca7d3db90..eb512fa60301 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://launchpadlibrarian.net/69733951/ MAINTAINER= ports@FreeBSD.org COMMENT= Port of the DC++ Direct Connect client to Unix-like systems -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs diff --git a/net-p2p/minder/Makefile b/net-p2p/minder/Makefile index 4d04ecd58fb3..f81165c5bbf9 100644 --- a/net-p2p/minder/Makefile +++ b/net-p2p/minder/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.alhem.net/project/minder/ MAINTAINER= ports@FreeBSD.org COMMENT= Small network application for automatic maintenance of peer lists -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2+ LIB_DEPENDS= libSockets.so:${PORTSDIR}/net/Sockets |