pkgsrc-WIP-changes archive

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

libimobiledevice: Use better MASTER_SITES.



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Tue Feb 7 01:04:12 2017 -0800
Changeset:	2cb975f2b4455f67b4af7425bda49e389ac3cf55

Modified Files:
	libimobiledevice/Makefile
	libimobiledevice/distinfo

Log Message:
libimobiledevice: Use better MASTER_SITES.

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

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

diffstat:
 libimobiledevice/Makefile | 8 ++++----
 libimobiledevice/distinfo | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs:
diff --git a/libimobiledevice/Makefile b/libimobiledevice/Makefile
index fb61a8e27a..8b701d0446 100644
--- a/libimobiledevice/Makefile
+++ b/libimobiledevice/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
 DISTNAME=	libimobiledevice-1.2.0
-MASTER_SITES=	https://cgit.libimobiledevice.org/libimobiledevice.git/snapshot/
-EXTRACT_SUFX=	.tar.bz2
+MASTER_SITES=	http://www.libimobiledevice.org/downloads/
 CATEGORIES=	misc
+EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	cfkoch%edgebsd.org@localhost
 HOMEPAGE=	http://www.libimobiledevice.org/
@@ -11,11 +11,11 @@ COMMENT=	Libraries and tools to communicate with iOS devices
 LICENSE=	gnu-gpl-v2
 
 EXTRACT_USING=	gtar
-USE_TOOLS+=	aclocal autoheader automake autoconf libtoolize bash pkg-config
+USE_TOOLS+=	aclocal autoconf automake bash pkg-config
 USE_LANGUAGES+=	c c++
 
 pre-configure:
-	cd ${WRKSRC} && NOCONFIGURE=yes ./autogen.sh
+	cd ${WRKSRC} && autoreconf
 
 GNU_CONFIGURE=	yes
 CONFIG_SHELL=	bash
diff --git a/libimobiledevice/distinfo b/libimobiledevice/distinfo
index 911e57a217..9f99023583 100644
--- a/libimobiledevice/distinfo
+++ b/libimobiledevice/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (libimobiledevice-1.2.0.tar.bz2) = 793fbf40a2679531e930f0f8a3d8a427ff7fe846
-RMD160 (libimobiledevice-1.2.0.tar.bz2) = 32ff22ff331cb380f614a0129fa17a3dff6cd48c
-SHA512 (libimobiledevice-1.2.0.tar.bz2) = 2b0947308f70e1baa62fbea22d6cd630a0f700ea94552345158add2d3adf13f81e6dc673fbc35ead05745e77d1c89bb1a283ed5e3eb98eded7d2d25d43381ed0
-Size (libimobiledevice-1.2.0.tar.bz2) = 175998 bytes
+SHA1 (libimobiledevice-1.2.0.tar.bz2) = a8e3f21180b1d6df754d04a4080a29cf6891e701
+RMD160 (libimobiledevice-1.2.0.tar.bz2) = 0d1ec5a088abd73ac85c0c708524069cb22daf0f
+SHA512 (libimobiledevice-1.2.0.tar.bz2) = 0de5f768aeb5d62445892855d84ceaff776f6667733c351ed6c34bf9d500802762d1a06e5efdf57f33cafc9ee788041cd9b6748fb9bad6c2e4ae2f9b9aa93589
+Size (libimobiledevice-1.2.0.tar.bz2) = 631495 bytes
 SHA1 (patch-configure.ac) = 946788d4ad269457b7593b3de5e504b4d330c1bd


Home | Main Index | Thread Index | Old Index