pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/scmgit Fix import botch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a64eae834eba
branches:  trunk
changeset: 536383:a64eae834eba
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Dec 12 04:11:29 2007 +0000

description:
Fix import botch.

diffstat:

 devel/scmgit/DESCR    |   1 +
 devel/scmgit/Makefile |  28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 915f67298184 -r a64eae834eba devel/scmgit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/scmgit/DESCR        Wed Dec 12 04:11:29 2007 +0000
@@ -0,0 +1,1 @@
+Meta-pkg for the GIT distributed version control suite.
diff -r 915f67298184 -r a64eae834eba devel/scmgit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/scmgit/Makefile     Wed Dec 12 04:11:29 2007 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.22 2007/12/12 04:11:29 bjs Exp $
+
+.include "Makefile.common"
+
+DISTNAME=      # empty
+PKGNAME=       scmgit-${GIT_VERSION}
+CATEGORIES+=   meta-pkgs
+DISTFILES=     # empty
+
+MAINTAINER=    bjs%NetBSD.org@localhost
+COMMENT=       GIT version control suite meta-package
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      scmgit-base-[0-9]*:../../devel/scmgit-base
+DEPENDS+=      scmgit-docs-[0-9]*:../../devel/scmgit-docs
+
+AUTO_MKDIRS=           no
+NO_CHECKSUM=           yes
+NO_CONFIGURE=          yes
+NO_BUILD=              yes
+PLIST_SRC=             # empty (meta-package)
+
+do-patch:
+
+do-install:
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index