diff options
author | epg <epg@pkgsrc.org> | 2003-05-25 09:17:41 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2003-05-25 09:17:41 +0000 |
commit | 4e091986fde660ef1a3614fdbc71d28de6943baf (patch) | |
tree | 0e2ed6e277968d09783afd3bdf903700a9997c43 /www/ap2-subversion | |
parent | 08e1ecfdbe1b8b59708206b71394c023e0b59b28 (diff) | |
download | pkgsrc-4e091986fde660ef1a3614fdbc71d28de6943baf.tar.gz |
Update to 0.23.0 and use new subversion infrastructure.
Correct MESSAGE example.
Diffstat (limited to 'www/ap2-subversion')
-rw-r--r-- | www/ap2-subversion/MESSAGE | 10 | ||||
-rw-r--r-- | www/ap2-subversion/Makefile | 32 | ||||
-rw-r--r-- | www/ap2-subversion/distinfo | 4 |
3 files changed, 11 insertions, 35 deletions
diff --git a/www/ap2-subversion/MESSAGE b/www/ap2-subversion/MESSAGE index 2667e754faf..6db11be292f 100644 --- a/www/ap2-subversion/MESSAGE +++ b/www/ap2-subversion/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/02/03 20:24:13 drochner Exp $ +$NetBSD: MESSAGE,v 1.2 2003/05/25 09:17:41 epg Exp $ See ${PREFIX}/share/doc/subversion/INSTALL for details on making a repository accessible via mod_dav_svn. Basically, you need @@ -9,13 +9,11 @@ something like this in httpd.conf: <Location /svn> DAV svn SVNPath "/path/to/repository" + AuthType Basic + AuthName "Subversion repository" + AuthUserFile "/path/to/passwd-file" <LimitExcept GET HEAD OPTIONS POST PROPFIND REPORT TRACE> - AuthType Basic - AuthName "Subversion repository" - AuthUserFile "/path/to/passwd-file" Require valid-user - Order deny,allow - Deny from all </LimitExcept> </Location> diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile index d38436f9ec8..4231e194689 100644 --- a/www/ap2-subversion/Makefile +++ b/www/ap2-subversion/Makefile @@ -1,37 +1,19 @@ -# $NetBSD: Makefile,v 1.4 2003/05/05 19:05:22 jmmv Exp $ -# +# $NetBSD: Makefile,v 1.5 2003/05/25 09:17:41 epg Exp $ -DISTNAME= subversion-0.20.1 -PKGNAME= ${DISTNAME:S/^/ap2-/} -PKGREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/3440/ - -MAINTAINER= epg@pretzelnet.org -HOMEPAGE= http://subversion.tigris.org/ +PKGNAME= ap2-subversion-${SVNVER} COMMENT= WebDAV server (Apache module) for Subversion -USE_BUILDLINK2= YES -USE_LIBTOOL= YES -GNU_CONFIGURE= YES - -SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool +.include "../../devel/subversion/Makefile.common" -CONFIGURE_ARGS+= --with-berkeley-db=${BUILDLINK_PREFIX.db4}/include/db4:${LOCALBASE} CONFIGURE_ARGS+= --with-apxs=${APXS} CONFIGURE_ARGS+= --disable-mod-activation -APACHE_MODULE= YES +APACHE_MODULE= YES -ALL_TARGET= apache-mod -INSTALL_TARGET= install-mods-shared - -post-extract: - @${RM} -r ${WRKSRC}/neon - @${RM} -r ${WRKSRC}/apr - @${RM} -r ${WRKSRC}/apr-util +ALL_TARGET= apache-mod +INSTALL_TARGET= install-mods-shared .include "../../devel/subversion/buildlink2.mk" .include "../../www/apache2/buildlink2.mk" - +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ap2-subversion/distinfo b/www/ap2-subversion/distinfo deleted file mode 100644 index 9def3523324..00000000000 --- a/www/ap2-subversion/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.2 2003/04/15 16:23:23 salo Exp $ - -SHA1 (subversion-0.20.1.tar.gz) = d180593fe5f23a5daff82c65957ff16571eb14d8 -Size (subversion-0.20.1.tar.gz) = 7645003 bytes |