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 | 0bb02f65a523197dfef35015e10dc01794da15c0 (patch) | |
tree | be3385ca40893789e12f2e6438d410dc03f6abdf | |
parent | 2f2e0de95ac493ee51f5f7007cd216c3256e7960 (diff) | |
download | pkgsrc-0bb02f65a523197dfef35015e10dc01794da15c0.tar.gz |
Add a missing entry to PLIST. Bump PKGREVISION.
-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 |