pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Switch fswatch to use the release tarball instead of the tagged one. This avoids the gettext-tools dependency. Sadly you ' ll need to need to kill any fswatch-1.8.0.tar.gz distfile fetched previously.



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Tue Feb 9 11:11:14 2016 +0000
Changeset:	88c9ef8b824151b5c5a859f68aad58520858b3de

Modified Files:
	fswatch/Makefile
	fswatch/distinfo

Log Message:
Switch fswatch to use the release tarball instead of the tagged one.
This avoids the gettext-tools dependency. Sadly you'll need to need
to kill any fswatch-1.8.0.tar.gz distfile fetched previously.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=88c9ef8b824151b5c5a859f68aad58520858b3de

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fswatch/Makefile | 7 +------
 fswatch/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 10 deletions(-)

diffs:
diff --git a/fswatch/Makefile b/fswatch/Makefile
index cf372df..f968385 100644
--- a/fswatch/Makefile
+++ b/fswatch/Makefile
@@ -3,14 +3,12 @@
 DISTNAME=	fswatch-1.8.0
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=emcrisostomo/}
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
 
 HOMEPAGE=	https://github.com/emcrisostomo/fswatch
 COMMENT=	Cross-platform file change monitor with multiple backends
 LICENSE=	gnu-gpl-v3
 
-# needs autopoint
-BUILD_DEPENDS+=	gettext-tools-[0-9]*:../../devel/gettext-tools
-
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake autoconf automake makeinfo
 INFO_FILES=	yes
@@ -33,8 +31,5 @@ PLIST.fen=		yes
 PLIST.kqueue=		yes
 .endif
 
-pre-configure:
-	cd ${WRKSRC} && ./autogen.sh
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/fswatch/distinfo b/fswatch/distinfo
index 0711a2f..7868d5e 100644
--- a/fswatch/distinfo
+++ b/fswatch/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/06/04 10:14:50 thomasklausner Exp $
 
-SHA1 (fswatch-1.8.0.tar.gz) = 8971dfce543909a41b6477c2959f3c3ae8ff79de
-RMD160 (fswatch-1.8.0.tar.gz) = e87fe1b6078acd8ad799baefe895a97ad6429e73
-SHA512 (fswatch-1.8.0.tar.gz) = 2fbf0a4f691d9a92751eaf787b09f0b6256992bce8edb7132d5fbc15db783366dea268618d9a324b0f2dafa5080265959c264f4ebb6187cd16d1bf7853c48bcd
-Size (fswatch-1.8.0.tar.gz) = 193913 bytes
+SHA1 (fswatch-1.8.0.tar.gz) = 6117a5ab76627fccf4f61e5397b7e37124152b50
+RMD160 (fswatch-1.8.0.tar.gz) = a2b58de9293d5b7a4c2ad37a9bb930b6cd854ed0
+SHA512 (fswatch-1.8.0.tar.gz) = 1ca98d19bde709458aa5dc3168e5d40f1dcfc1f2dd6466ec5476858fee5a5abe277235f9786fc17078e7433ee89850f294462b194223315064293e9b62a8693f
+Size (fswatch-1.8.0.tar.gz) = 1213151 bytes


Home | Main Index | Thread Index | Old Index