summaryrefslogtreecommitdiff
path: root/net/corebird/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-10-26 20:34:00 +0000
committerryoon <ryoon@pkgsrc.org>2016-10-26 20:34:00 +0000
commit92183fdb9406a7501c39ecf88ac431e9bdbe0ddc (patch)
treecd7e8d02c3f91f46502a758c4ba59a8ad74a87ed /net/corebird/Makefile
parent9b2e6a5092a4169b8379b6acbe1c0780c35cc198 (diff)
downloadpkgsrc-92183fdb9406a7501c39ecf88ac431e9bdbe0ddc.tar.gz
Update to 1.3.3
* Change tarball to released one Changelog: Version 1.3.3 (2016-10-01): - Support longer tweets in a few more places - Properly escape ampersand characters in user mentions to fix GtkLabel warnings about wrong escape characters in tooltips - Fix tweet length calculations for whitespace-only tweets - Check for duplicated entries in media arrays. This is apparently a problem on Twitter's side but led to crashes in Corebird (see #627) - Use the correct nsfw status of a tweet, i.e. the one that can actually show images. - Fix a crash when sending a tweet with multiple images attached - Fix tweet length calculation of quote tweets. This previously led to tweets getting rejected by the server even though Corebird claimed they were fine. See #628 Version 1.3.2 (2016-09-25): - Cope with the tweet length changes introduced by Twitter - Fix a problem with malformed media URLs
Diffstat (limited to 'net/corebird/Makefile')
-rw-r--r--net/corebird/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/corebird/Makefile b/net/corebird/Makefile
index 971cac80c72..985f24fd4ba 100644
--- a/net/corebird/Makefile
+++ b/net/corebird/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2016/09/06 12:31:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2016/10/26 20:34:00 ryoon Exp $
-DISTNAME= corebird-1.3.1
+DISTNAME= corebird-1.3.3
CATEGORIES= net
-MASTER_SITES= -https://github.com/baedert/corebird/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
+MASTER_SITES= https://github.com/baedert/corebird/releases/download/${PKGVERSION_NOREV}/
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://corebird.baedert.org/
@@ -12,8 +13,7 @@ LICENSE= gnu-gpl-v3
USE_LIBTOOL= yes
USE_LANGUAGES= c
GNU_CONFIGURE= yes
-CONFIGURE_SCRIPT= autogen.sh
-USE_TOOLS+= autoconf automake autopoint gettext-m4 pkg-config gmake msgfmt
+USE_TOOLS+= gettext-m4 pkg-config gmake msgfmt
.include "options.mk"