pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/stgit * Any of compiler languages are not requir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29e4a7585fba
branches:  trunk
changeset: 598716:29e4a7585fba
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jan 29 08:01:36 2012 +0000

description:
* Any of compiler languages are not required to build.
* distutils pkg, change to use distutils.mk.

Bump PKGREVISION.

diffstat:

 devel/stgit/Makefile |  8 ++++----
 devel/stgit/PLIST    |  3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r d6c0861cdd00 -r 29e4a7585fba devel/stgit/Makefile
--- a/devel/stgit/Makefile      Sun Jan 29 05:56:11 2012 +0000
+++ b/devel/stgit/Makefile      Sun Jan 29 08:01:36 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2011/02/28 14:52:47 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2012/01/29 08:01:36 obache Exp $
 
 DISTNAME=      stgit-0.14.3
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  http://homepage.ntlworld.com/cmarinas/stgit/
 
@@ -17,12 +17,12 @@
 
 AUTO_MKDIRS=   yes
 USE_TOOLS+=    bash:run perl gmake
+USE_LANGUAGES= #none
 
 REPLACE_PERL=  Documentation/build-docdep.perl
 REPLACE_BASH=  contrib/stg-*
 
 PYTHON_PATCH_SCRIPTS=  *.py stgit/*.py stg
-PYDISTUTILSPKG=                yes
 PYSETUPINSTALLARGS=    --prefix=${PREFIX}
 
 MAKE_ENV+=     ASCIIDOC=${PREFIX}/bin/asciidoc
@@ -45,7 +45,7 @@
 .endif
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 
 pre-build:
        cd ${WRKSRC}/Documentation && \
diff -r d6c0861cdd00 -r 29e4a7585fba devel/stgit/PLIST
--- a/devel/stgit/PLIST Sun Jan 29 05:56:11 2012 +0000
+++ b/devel/stgit/PLIST Sun Jan 29 08:01:36 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:49:15 joerg Exp $
+@comment $NetBSD: PLIST,v 1.8 2012/01/29 08:01:36 obache Exp $
 bin/stg
 bin/stg-cvs
 bin/stg-dispatch
@@ -11,6 +11,7 @@
 bin/stg-swallow
 bin/stg-unnew
 bin/stg-whatchanged
+${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/stgit/__init__.py
 ${PYSITELIB}/stgit/__init__.pyc
 ${PYSITELIB}/stgit/__init__.pyo



Home | Main Index | Thread Index | Old Index