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-im | |
parent | b3a93e5c77da138c9e063cfecb5710e3d738fad3 (diff) | |
download | freebsd-ports-graphics-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.gz freebsd-ports-graphics-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.zst freebsd-ports-graphics-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.zip |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ayttm/Makefile | 2 | ||||
-rw-r--r-- | net-im/emesene/Makefile | 2 | ||||
-rw-r--r-- | net-im/mbpurple/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-birthday-reminder/Makefile | 2 | ||||
-rw-r--r-- | net-im/toxic/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 8fd3b797659..1007674f239 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Chat program that combines AIM, ICQ, and Yahoo! Chat into one -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ diff --git a/net-im/emesene/Makefile b/net-im/emesene/Makefile index c4dfed55716..54a39401939 100644 --- a/net-im/emesene/Makefile +++ b/net-im/emesene/Makefile @@ -9,7 +9,7 @@ CATEGORIES= net-im python MAINTAINER= ports@FreeBSD.org COMMENT= Instant messenging client written in python -LICENSE= GPLv3 # (or later) +LICENSE= GPLv3+ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:${PORTSDIR}/dns/py-dnspython \ diff --git a/net-im/mbpurple/Makefile b/net-im/mbpurple/Makefile index 708cc0ccdf8..ad56c5bc9f8 100644 --- a/net-im/mbpurple/Makefile +++ b/net-im/mbpurple/Makefile @@ -13,7 +13,7 @@ COMMENT= Integrate Twitter with Pidgin (AKA microblog-purple) BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin -LICENSE= GPLv3 # or later +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake pkgconfig diff --git a/net-im/pidgin-birthday-reminder/Makefile b/net-im/pidgin-birthday-reminder/Makefile index eeb5e4f854f..7628046d51d 100644 --- a/net-im/pidgin-birthday-reminder/Makefile +++ b/net-im/pidgin-birthday-reminder/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://launchpadlibrarian.net/56075754/ MAINTAINER= ports@FreeBSD.org COMMENT= Birthday reminder for Pidgin -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index a57f729f933..b50337ceedf 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -9,7 +9,7 @@ CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org COMMENT= Console client for Tox -LICENSE= GPLv3 # or later +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \ |