summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin/Makefile
diff options
context:
space:
mode:
authorimil <imil>2013-06-16 14:37:33 +0000
committerimil <imil>2013-06-16 14:37:33 +0000
commitccf9203ddae49ebfc770d919989bc3663f8f7955 (patch)
tree7fe417c1691b9314aa90e22a6769b782070d0f75 /pkgtools/pkgin/Makefile
parentaf26873432c96b00464a218e238999b2264580d7 (diff)
downloadpkgsrc-ccf9203ddae49ebfc770d919989bc3663f8f7955.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/Makefile')
-rw-r--r--pkgtools/pkgin/Makefile14
1 files changed, 8 insertions, 6 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