svn commit: r334015 - in head/textproc: . sv-hunspell sw-hunspell
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 16 17:57:23 UTC 2013
Author: sunpoet
Date: Sat Nov 16 17:57:22 2013
New Revision: 334015
URL: http://svnweb.freebsd.org/changeset/ports/334015
Log:
- Fix PKGNAMEPREFIX: it should be sv- for Swedish
Added:
head/textproc/sv-hunspell/
- copied from r333784, head/textproc/sw-hunspell/
Deleted:
head/textproc/sw-hunspell/
Modified:
head/textproc/Makefile
head/textproc/sv-hunspell/Makefile (contents, props changed)
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sat Nov 16 17:50:15 2013 (r334014)
+++ head/textproc/Makefile Sat Nov 16 17:57:22 2013 (r334015)
@@ -1426,11 +1426,11 @@
SUBDIR += stardict3
SUBDIR += supercat
SUBDIR += sv-aspell
+ SUBDIR += sv-hunspell
SUBDIR += sv-hyphen
SUBDIR += sv-mythes
SUBDIR += svn2cl
SUBDIR += sw-aspell
- SUBDIR += sw-hunspell
SUBDIR += sxml
SUBDIR += syck
SUBDIR += ta-aspell
Modified: head/textproc/sv-hunspell/Makefile
==============================================================================
--- head/textproc/sw-hunspell/Makefile Thu Nov 14 18:45:54 2013 (r333784)
+++ head/textproc/sv-hunspell/Makefile Sat Nov 16 17:57:22 2013 (r334015)
@@ -5,7 +5,7 @@ PORTVERSION= 1.46
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
-PKGNAMEPREFIX= sw-
+PKGNAMEPREFIX= sv-
DISTNAME= sv-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
More information about the svn-ports-head
mailing list