0.6.4
Large file systems fix by Filip Hajny gcc 4.7 / unused-but-set-variable fix by Makoto Fujiwara Moved to GitHub
This commit is contained in:
parent
1f15f663a8
commit
cda1a83536
2 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue