pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/sarg Fixed typo of config filename (Russian_UTF8 =...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5fd23d141e0
branches:  trunk
changeset: 536992:e5fd23d141e0
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 31 06:53:17 2007 +0000

description:
Fixed typo of config filename (Russian_UTF8 => Russian_UTF-8).

Bump PKGREVISION.

diffstat:

 www/sarg/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 345cc2a759cb -r e5fd23d141e0 www/sarg/Makefile
--- a/www/sarg/Makefile Mon Dec 31 06:39:41 2007 +0000
+++ b/www/sarg/Makefile Mon Dec 31 06:53:17 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2006/08/04 18:11:46 ben Exp $
+# $NetBSD: Makefile,v 1.13 2007/12/31 06:53:17 obache Exp $
 
 DISTNAME=              sarg-2.1
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            www
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=sarg/}
 
@@ -75,7 +75,7 @@
                        ${EGLNG}/Portuguese ${CFLNG}/Portuguese         \
                        ${EGLNG}/Romanian ${CFLNG}/Romanian             \
                        ${EGLNG}/Russian_koi8 ${CFLNG}/Russian_koi8     \
-                       ${EGLNG}/Russian_UTF8 ${CFLNG}/Russian_UTF8     \
+                       ${EGLNG}/Russian_UTF-8 ${CFLNG}/Russian_UTF-8   \
                        ${EGLNG}/Russian_windows1251                    \
                                ${CFLNG}/Russian_windows1251            \
                        ${EGLNG}/Serbian ${CFLNG}/Serbian               \



Home | Main Index | Thread Index | Old Index