diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-25 12:23:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-25 12:23:21 +0000 |
commit | eaf7e7af887f4c894ec0c4aa3b1465d3894a962c (patch) | |
tree | be3385ca40893789e12f2e6438d410dc03f6abdf /devel | |
parent | 28efc3d9e1d72fac3058b37dc18c7091c5eccb47 (diff) | |
download | pkgsrc-eaf7e7af887f4c894ec0c4aa3b1465d3894a962c.tar.gz |
Add a missing entry to PLIST. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subversion-base/Makefile | 3 | ||||
-rw-r--r-- | devel/subversion-base/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile index e35d6efa32e..d7cfd21a290 100644 --- a/devel/subversion-base/Makefile +++ b/devel/subversion-base/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2005/05/09 12:53:23 seb Exp $ +# $NetBSD: Makefile,v 1.26 2005/06/25 12:23:21 minskim Exp $ PKGNAME= subversion-base-${SVNVER} +PKGREVISION= 1 COMMENT= Version control system, base programs and libraries PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/subversion-base/PLIST b/devel/subversion-base/PLIST index a3db3ed8ea2..bc0067a0513 100644 --- a/devel/subversion-base/PLIST +++ b/devel/subversion-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2005/05/23 22:58:27 epg Exp $ +@comment $NetBSD: PLIST,v 1.10 2005/06/25 12:23:21 minskim Exp $ bin/svn bin/svnadmin bin/svndumpfilter @@ -68,6 +68,7 @@ share/examples/subversion/hook-scripts/svnperms.conf.example share/examples/subversion/hook-scripts/svnperms.py ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/subversion.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/subversion.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/subversion.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/subversion.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/subversion.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/subversion.mo |