pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
dfu-util: Switch to git
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Sep 24 13:01:00 2016 +0200
Changeset: 078770912bdabc993c36756e9db2bf47004b0783
Modified Files:
dfu-util/Makefile
Log Message:
dfu-util: Switch to git
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=078770912bdabc993c36756e9db2bf47004b0783
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dfu-util/Makefile | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diffs:
diff --git a/dfu-util/Makefile b/dfu-util/Makefile
index 29508c2..ccc58a8 100644
--- a/dfu-util/Makefile
+++ b/dfu-util/Makefile
@@ -10,12 +10,11 @@ HOMEPAGE= http://wiki.openmoko.org/wiki/Dfu-util
COMMENT= Host side of the USB DFU protocol
LICENSE= gnu-gpl-v2
-SVN_REPOSITORIES= dfu-util
-SVN_ROOT.dfu-util= http://svn.openmoko.org/trunk/src/host/dfu-util/
-SVN_TAG.dfu-util= 4412
+GIT_REPOSITORIES= dfu-util
+GIT_REPO.dfu-util= git://git.code.sf.net/p/dfu-util/dfu-util
SUBDIR= dfu-util
-WRKSRC= ${WRKDIR}/${SUBDIR}
+WRKSRC= ${WRKDIR}/${SUBDIR}
USE_TOOLS+= autoconf automake tar
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= -prefix=${PREFIX}
@@ -25,6 +24,6 @@ pre-configure:
${CHMOD} u+x ${WRKSRC}/autogen.sh
cd ${WRKSRC} && ./autogen.sh
-.include "../../wip/mk/svn-package.mk"
+.include "../../wip/mk/git-package.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index