diff options
-rw-r--r-- | devel/scmgit-base/Makefile | 5 | ||||
-rw-r--r-- | devel/scmgit-base/PLIST | 3 | ||||
-rw-r--r-- | devel/scmgit-base/distinfo | 8 | ||||
-rw-r--r-- | devel/scmgit/Makefile.version | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index 7202a701cff..dc3796d5a43 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2011/04/22 13:43:23 obache Exp $ +# $NetBSD: Makefile,v 1.33 2011/04/26 10:57:20 adam Exp $ .include "../../devel/scmgit/Makefile.common" PKGNAME= scmgit-base-${GIT_VERSION} -PKGREVISION= 2 COMMENT= GIT Tree History Storage Tool (base package) PKG_DESTDIR_SUPPORT= user-destdir @@ -90,7 +89,7 @@ SUBST_SED.fix-cd-P= -e "s/cd -P/cd/g" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../lang/perl5/module.mk" -.include "../../textproc/expat/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/scmgit-base/PLIST b/devel/scmgit-base/PLIST index 54294d66a69..c8314cdfdd5 100644 --- a/devel/scmgit-base/PLIST +++ b/devel/scmgit-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2011/03/11 09:28:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.23 2011/04/26 10:57:20 adam Exp $ bin/git bin/git-cvsserver bin/git-receive-pack @@ -255,6 +255,7 @@ ${PLIST.gui}share/gitk/lib/msgs/ja.msg ${PLIST.gui}share/gitk/lib/msgs/pt_br.msg ${PLIST.gui}share/gitk/lib/msgs/ru.msg ${PLIST.gui}share/gitk/lib/msgs/sv.msg +share/git-gui/lib/msgs/pt_br.msg share/gitweb/gitweb.cgi share/gitweb/static/git-favicon.png share/gitweb/static/git-logo.png diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo index 95a9a845747..8b6cd885412 100644 --- a/devel/scmgit-base/distinfo +++ b/devel/scmgit-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2011/04/08 07:28:40 adam Exp $ +$NetBSD: distinfo,v 1.35 2011/04/26 10:57:20 adam Exp $ -SHA1 (git-1.7.4.4.tar.bz2) = 0c5d6b06cfbe73eb60ce7a59b9eec5fb9c6dc034 -RMD160 (git-1.7.4.4.tar.bz2) = 047ad2cb600e31e89133fbd44fbfa16ee42e5fc1 -Size (git-1.7.4.4.tar.bz2) = 2709587 bytes +SHA1 (git-1.7.5.tar.bz2) = bbea4a50fe57aad1d0e69550bac628e1b18abbdc +RMD160 (git-1.7.5.tar.bz2) = 42e0163365d89054cf865291aa35b0c2a9f1e0b2 +Size (git-1.7.5.tar.bz2) = 2753821 bytes SHA1 (patch-aa) = f47ff9d8b9ba8592f7bbd21d4b0ab30394e8f9a0 SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091 SHA1 (patch-ae) = 06ea26658a986dc702c1c2c04c1a27f0a01e4dce diff --git a/devel/scmgit/Makefile.version b/devel/scmgit/Makefile.version index a3f63e0b39e..ff86a151288 100644 --- a/devel/scmgit/Makefile.version +++ b/devel/scmgit/Makefile.version @@ -1,3 +1,3 @@ -# $NetBSD: Makefile.version,v 1.21 2011/04/08 07:28:39 adam Exp $ +# $NetBSD: Makefile.version,v 1.22 2011/04/26 10:57:20 adam Exp $ -GIT_VERSION= 1.7.4.4 +GIT_VERSION= 1.7.5 |