Catch up with name change (py-subversion) and bump PKGREVISION, because
of the BUILDLINK_DEPENDS.neon bump. p5-subersion depends on perl 5.8. ok'ed by epg.
This commit is contained in:
parent
5008c1153e
commit
893b448209
4 changed files with 10 additions and 6 deletions
|
@ -1,10 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 15:13:58 epg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/12/04 17:04:01 recht Exp $
|
||||
|
||||
PKGNAME= p5-subversion-${SVNVER}
|
||||
COMMENT= Perl bindings for Subversion
|
||||
|
||||
.include "../../devel/subversion/Makefile.common"
|
||||
|
||||
BUILDLINK_PKGSRCDIR.perl= ../../lang/perl58
|
||||
|
||||
PERL5_REQD= 5.8.0
|
||||
PERL_DIR= ${WRKSRC}/subversion/bindings/swig/perl
|
||||
ALL_TARGET= swig-pl-lib
|
||||
INSTALL_TARGET= install-swig-pl-lib
|
||||
|
|
|
@ -5,7 +5,7 @@ is released under an Apache/BSD-style open source license.
|
|||
This package contains all the Subversion programs and libraries except
|
||||
the Apache module mod_dav_svn (for which see the ap2-subversion
|
||||
package) and the Python bindings and some programs which use them (for
|
||||
which see the subversion-python package). Installing this package
|
||||
which see the py-subversion package). Installing this package
|
||||
alone will satisfy most people's needs, providing all three repository
|
||||
access layers (local, svn, and dav) and the server for the svn access
|
||||
layer.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 2003/12/03 15:42:10 epg Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2003/12/04 17:04:01 recht Exp $
|
||||
|
||||
PKGNAME= subversion-${SVNVER}
|
||||
COMMENT= Version control system, meta-package
|
||||
|
@ -6,7 +6,7 @@ COMMENT= Version control system, meta-package
|
|||
DEPENDS+= subversion-base-${SVNVER}:../../devel/subversion-base
|
||||
DEPENDS+= p5-subversion-${SVNVER}:../../devel/p5-subversion
|
||||
DEPENDS+= ap2-subversion-${SVNVER}nb1:../../www/ap2-subversion
|
||||
# We depend on subversion-python via its buildlink2.mk so we don't
|
||||
# We depend on py-subversion via its buildlink2.mk so we don't
|
||||
# have to worry about which Python version it uses.
|
||||
|
||||
.include "Makefile.common"
|
||||
|
@ -22,5 +22,5 @@ do-patch:
|
|||
|
||||
do-install:
|
||||
|
||||
.include "../../devel/subversion-python/buildlink2.mk"
|
||||
.include "../../devel/py-subversion/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile.common,v 1.6 2003/12/03 15:20:44 epg Exp $
|
||||
# $NetBSD: Makefile.common,v 1.7 2003/12/04 17:04:01 recht Exp $
|
||||
|
||||
DISTNAME= subversion-${SVNVER}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://svn.collab.net/tarballs/
|
||||
|
||||
|
|
Loading…
Reference in a new issue