diff options
author | imil <imil@pkgsrc.org> | 2013-06-16 14:37:33 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-06-16 14:37:33 +0000 |
commit | dfc1d55d9c0d8e850bd15cccdd10b623f62bf92e (patch) | |
tree | 7fe417c1691b9314aa90e22a6769b782070d0f75 /pkgtools/pkgin | |
parent | 39bf0148475f33aad7ddf56250dce391a60f6675 (diff) | |
download | pkgsrc-dfc1d55d9c0d8e850bd15cccdd10b623f62bf92e.tar.gz |
0.6.4
Large file systems fix by Filip Hajny
gcc 4.7 / unused-but-set-variable fix by Makoto Fujiwara
Moved to GitHub
Diffstat (limited to 'pkgtools/pkgin')
-rw-r--r-- | pkgtools/pkgin/Makefile | 14 | ||||
-rw-r--r-- | pkgtools/pkgin/distinfo | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index 91191a66691..32e951daa2b 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.37 2013/05/24 15:08:00 jperkin Exp $ +# $NetBSD: Makefile,v 1.38 2013/06/16 14:37:33 imil Exp $ # -DISTNAME= pkgin-0.6.3.1.1 -PKGREVISION= 2 +GHCOMMIT= 3859170568fbe4fe21b5660dbaeca8d65ac10f1b +DISTNAME= ${GHCOMMIT} +PKGNAME= pkgin-0.6.4 CATEGORIES= pkgtools -MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/ +MASTER_SITES= https://github.com/NetBSDfr/pkgin/archive/ +FETCH_USING= curl MAINTAINER= imil@NetBSD.org HOMEPAGE= http://pkgin.net/ @@ -18,7 +20,7 @@ CONF_FILES= ${EGDIR}/repositories.conf.example \ OWN_DIRS+= ${PKG_SYSCONFDIR}/${PKGBASE} INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 ${EGDIR} -WRKSRC= ${WRKDIR}/pkgin +WRKSRC= ${WRKDIR}/pkgin-${GHCOMMIT} SUBST_CLASSES+= path SUBST_STAGE.path= pre-configure @@ -53,7 +55,7 @@ DEPENDS+= pkg_install>=20110215:../../pkgtools/pkg_install # those have official repositories .if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "Minix" pre-install: - ${GREP} -i ${OPSYS} ${WRKSRC}/REPOSITORIES >> \ + ${GREP} -i ${OPSYS} ${WRKSRC}/REPOSITORIES >> \ ${WRKSRC}/repositories.conf .endif diff --git a/pkgtools/pkgin/distinfo b/pkgtools/pkgin/distinfo index 51d4d0ff1e3..1acd74cf678 100644 --- a/pkgtools/pkgin/distinfo +++ b/pkgtools/pkgin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2013/02/25 19:35:38 imil Exp $ +$NetBSD: distinfo,v 1.28 2013/06/16 14:37:33 imil Exp $ -SHA1 (pkgin-0.6.3.1.1.tar.gz) = 304cd88f91b80107168bbfc80211a8b3bbd1bae9 -RMD160 (pkgin-0.6.3.1.1.tar.gz) = 3e1896bf6169ca82fc667962d7fdefb401bd0cdb -Size (pkgin-0.6.3.1.1.tar.gz) = 187921 bytes +SHA1 (3859170568fbe4fe21b5660dbaeca8d65ac10f1b.tar.gz) = 58d06c5884dd490508f609c5320542c919afe0c7 +RMD160 (3859170568fbe4fe21b5660dbaeca8d65ac10f1b.tar.gz) = e783457044af3b41a784012f4d0961ed87e8c4af +Size (3859170568fbe4fe21b5660dbaeca8d65ac10f1b.tar.gz) = 187873 bytes |