- redo MASTER_SITES

- no more need for gtar
This commit is contained in:
jasper 2013-04-22 06:33:28 +00:00
parent c3ce88244e
commit 8e81ca68b7
3 changed files with 7 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.4 2013/03/11 10:50:10 espie Exp $
# $OpenBSD: Makefile.inc,v 1.5 2013/04/22 06:33:28 jasper Exp $
SHARED_ONLY?= Yes
@ -11,8 +11,6 @@ PERMIT_PACKAGE_CDROM?= Yes
PERMIT_PACKAGE_FTP?= Yes
PERMIT_DISTFILES_FTP?= Yes
MASTER_SITES?= http://distfiles.nl/
MASTER_SITES= http://github.com/libgit2/${PROJECT}/archive/v${V}.tar.gz?dummy=/
DIST_SUBDIR= libgit
TAR?= ${LOCALBASE}/bin/gtar
BUILD_DEPENDS+= archivers/gtar
DISTNAME?= ${PROJECT}-${V}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2013/04/22 06:22:21 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2013/04/22 06:33:28 jasper Exp $
COMMENT= the Git library, take 2
V= 0.18.0
DISTNAME= libgit2-$V
PROJECT= libgit2
SHARED_LIBS += git2 3.0 # 0.18
MODULES= devel/cmake \
@ -11,8 +11,6 @@ MODULES= devel/cmake \
MODPY_RUNDEP= No
MASTER_SITES= http://github.com/libgit2/libgit2/archive/v${V}.tar.gz?dummy=/
WANTLIB+= crypto ssl z
.include <bsd.port.mk>

View File

@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2013/04/22 06:23:24 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2013/04/22 06:33:28 jasper Exp $
COMMENT= libgit2 bindings in Python
V= 0.18.1
DISTNAME= pygit2-$V
PROJECT= pygit2
PKGNAME= py-git2-$V
MASTER_SITES= http://github.com/libgit2/pygit2/archive/v${V}.tar.gz?dummy=/
MODULES= lang/python
WANTLIB += git2 pthread ${MODPY_WANTLIB}