diff options
author | cpm <cpm@FreeBSD.org> | 2016-05-13 10:59:34 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-05-13 10:59:34 +0800 |
commit | 51d763fbf956c670ff5ea0ec6e15cf62f97e5b35 (patch) | |
tree | 28808ee80bf8ddcb237a9d0a239d2b97b00725da /net-im | |
parent | 0511519b216b96311ebb2eef29b1d1c7edd094a9 (diff) | |
download | freebsd-ports-gnome-51d763fbf956c670ff5ea0ec6e15cf62f97e5b35.tar.gz freebsd-ports-gnome-51d763fbf956c670ff5ea0ec6e15cf62f97e5b35.tar.zst freebsd-ports-gnome-51d763fbf956c670ff5ea0ec6e15cf62f97e5b35.zip |
- Update to 1.2.1
- Change LICENSE since support has been added for "or later" variants of GNU licenses
- Add LICENSE_FILE
Changelog:
https://github.com/baedert/corebird/releases/tag/1.2.1
Reviewed by: amdmi3, junovitch (mentors)
Approved by: amdmi3, junovitch (mentors)
Differential Revision: D6322
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/corebird/Makefile | 5 | ||||
-rw-r--r-- | net-im/corebird/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-im/corebird/Makefile b/net-im/corebird/Makefile index 17ddc03ed0d7..60085a3abe0f 100644 --- a/net-im/corebird/Makefile +++ b/net-im/corebird/Makefile @@ -2,13 +2,14 @@ # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org COMMENT= GTK3 Twitter client written in Vala -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ diff --git a/net-im/corebird/distinfo b/net-im/corebird/distinfo index f6f2eecbaad5..82adbc1df0d7 100644 --- a/net-im/corebird/distinfo +++ b/net-im/corebird/distinfo @@ -1,2 +1,2 @@ -SHA256 (baedert-corebird-1.2_GH0.tar.gz) = b495f2232569a605cf3fd9c8ebc87633ba9645fb5b0a3ec00ac95736dbb15a9c -SIZE (baedert-corebird-1.2_GH0.tar.gz) = 423619 +SHA256 (baedert-corebird-1.2.1_GH0.tar.gz) = 880c811ae00b2a88a7a3cf37fb1f0168e0aca241517a512babda39a30a8db5bd +SIZE (baedert-corebird-1.2.1_GH0.tar.gz) = 423533 |