pkgsrc-WIP-changes archive

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

opendylan: Fetch sources from the recent git branch with NetBSD port



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Sep 25 01:42:22 2015 +0200
Changeset:	dafeef5eb60999c59ca503eb43952addac49b454

Modified Files:
	opendylan/Makefile

Log Message:
opendylan: Fetch sources from the recent git branch with NetBSD port

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

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

diffstat:
 opendylan/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diffs:
diff --git a/opendylan/Makefile b/opendylan/Makefile
index cd4fe16..d24ecb6 100644
--- a/opendylan/Makefile
+++ b/opendylan/Makefile
@@ -2,11 +2,14 @@
 
 DISTNAME=	opendylan-2014.1
 CATEGORIES=	lang
-MASTER_SITES=	${MASTER_SITE_GITHUB:=dylan-lang/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
+GIT_REPOSITORIES=	opendylan
+GIT_REPO.opendylan=	git://github.com/dylan-lang/opendylan.git
+GIT_BRANCH.opendylan=	dev/netbsd-port
 
 USE_TOOLS+=	autoconf automake autoreconf perl gmake
 
+WRKSRC=		${WRKDIR}/opendylan
+
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	${MASTER_SITE_GITHUB:=dylan-lang/opendylan/}
 COMMENT=	Multi-paradigm functional and OO programming language
@@ -17,5 +20,6 @@ MAKE_JOBS_SAFE=	no
 pre-configure:
 	${RUN} cd ${WRKSRC} && ./autogen.sh
 
+.include "../../wip/mk/git-package.mk"
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index