pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-remote-hg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 31 22:13:52 UTC 2023

Modified Files:
        pkgsrc/devel/git-remote-hg: Makefile distinfo
Removed Files:
        pkgsrc/devel/git-remote-hg/patches: patch-git-remote-hg

Log Message:
git-remote-hg: update to 0.6.

About 8 years of development, no summary found.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/git-remote-hg/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/git-remote-hg/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/git-remote-hg/patches/patch-git-remote-hg

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

Modified files:

Index: pkgsrc/devel/git-remote-hg/Makefile
diff -u pkgsrc/devel/git-remote-hg/Makefile:1.5 pkgsrc/devel/git-remote-hg/Makefile:1.6
--- pkgsrc/devel/git-remote-hg/Makefile:1.5     Thu Jun 30 11:18:14 2022
+++ pkgsrc/devel/git-remote-hg/Makefile Wed May 31 22:13:51 2023
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.5 2022/06/30 11:18:14 nia Exp $
+# $NetBSD: Makefile,v 1.6 2023/05/31 22:13:51 wiz Exp $
 
-DISTNAME=      git-remote-hg-20140603
-PKGREVISION=   4
+DISTNAME=      git-remote-hg-0.6
 CATEGORIES=    devel scm
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=felipec/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://felipec.wordpress.com/2012/11/13/git-remote-hg-bzr-2/
 COMMENT=       Bridge support in git for mercurial
 LICENSE=       gnu-gpl-v2
 
-GITHUB_PROJECT=        git-remote-hg
-GITHUB_TAG=    aa528c9649bf0fd8031656f21679c380aedc6b82
-WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
-
-BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc
+TOOL_DEPENDS+= ${RUBY_PKGPREFIX}-asciidoctor-[0-9]*:../../textproc/ruby-asciidoctor
+DEPENDS+=      ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
+DEPENDS+=      git-base-[0-9]*:../../devel/git-base
 
 USE_TOOLS+=    gmake
 MAKE_FLAGS+=   prefix=${PREFIX}
@@ -22,7 +20,11 @@ MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDI
 REPLACE_PYTHON=        git-remote-hg
 
 INSTALL_TARGET=        install install-doc
-AUTO_MKDIRS=   yes
+
+post-extract:
+       ${MKDIR} ${BUILDLINK_DIR}/bin && \
+               ${LN} -fs ${PREFIX}/bin/asciidoctor${RUBY_SUFFIX} ${BUILDLINK_DIR}/bin/asciidoctor
 
 .include "../../lang/python/application.mk"
+.include "../../lang/ruby/rubyversion.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/git-remote-hg/distinfo
diff -u pkgsrc/devel/git-remote-hg/distinfo:1.3 pkgsrc/devel/git-remote-hg/distinfo:1.4
--- pkgsrc/devel/git-remote-hg/distinfo:1.3     Tue Oct 26 10:14:42 2021
+++ pkgsrc/devel/git-remote-hg/distinfo Wed May 31 22:13:51 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:42 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/05/31 22:13:51 wiz Exp $
 
-BLAKE2s (git-remote-hg-20140603-aa528c9649bf0fd8031656f21679c380aedc6b82.tar.gz) = d76cea1de2db0bbc6ffccab1e37b4a78855ca82a36527f563ab2e8f009f940da
-SHA512 (git-remote-hg-20140603-aa528c9649bf0fd8031656f21679c380aedc6b82.tar.gz) = 
ab86c2190d09a85acd47e83cd96d966ae6355b9ed9c33eae051adcda0317365ee1c52380d16f766455ebdcc4e341f31f767de90783343435a287ec0aaeaf957f
-Size (git-remote-hg-20140603-aa528c9649bf0fd8031656f21679c380aedc6b82.tar.gz) = 30835 bytes
-SHA1 (patch-git-remote-hg) = cc2b80d31c2f547cacdd43225f9bd7f4f42174f8
+BLAKE2s (git-remote-hg-0.6.tar.gz) = 01418218359533f85cfa066c690d4c274f95e3fd9ef3df06896387d7c54105fb
+SHA512 (git-remote-hg-0.6.tar.gz) = 694d37a9633453a25f9d189604f699843c98b450f6db763511693c4690c6b772c867a7bd12781380f27d51dee4e018589cd48971a999e93fc052842a33919108
+Size (git-remote-hg-0.6.tar.gz) = 38166 bytes



Home | Main Index | Thread Index | Old Index