diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-06-02 18:50:08 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-06-02 18:50:08 +0000 |
commit | a3224d66738c43ce31fa63d53ced0577a838b884 (patch) | |
tree | a3943943358e203cb27b5ea6aa25439753a6fd46 /devel/m17n-db | |
parent | ecb9887df980f8aefcdb57c839b212f4ed4b0e85 (diff) | |
download | ports-a3224d66738c43ce31fa63d53ced0577a838b884.tar.gz ports-a3224d66738c43ce31fa63d53ced0577a838b884.zip |
Notes
Diffstat (limited to 'devel/m17n-db')
-rw-r--r-- | devel/m17n-db/Makefile | 10 | ||||
-rw-r--r-- | devel/m17n-db/distinfo | 4 | ||||
-rw-r--r-- | devel/m17n-db/pkg-descr | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/m17n-db/Makefile b/devel/m17n-db/Makefile index b2f8e1f5872c..1b57dcffcc72 100644 --- a/devel/m17n-db/Makefile +++ b/devel/m17n-db/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= m17n-db -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= devel -MASTER_SITES= http://www.m17n.org/m17n-lib-download/:m17n \ - http://anthesphoria.net/FreeBSD/ports/distfiles/:m17n \ +MASTER_SITES= ${MASTER_SITE_SAVANNAH}:m17n \ ${MASTER_SITE_GNU:S/$/:glibc/} -MASTER_SITE_SUBDIR= glibc/:glibc +MASTER_SITE_SUBDIR= m17n/:m17n \ + glibc/:glibc DISTFILES= ${M17N_DISTFILE}:m17n \ ${GLIBC_DISTFILE}:glibc EXTRACT_ONLY= ${M17N_DISTFILE} @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${M17N_DISTFILE} MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Data files for the m17n library -USE_GNOME= pkgconfig +USE_PKGCONFIG= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-charmaps=${CHARMAPSDIR} diff --git a/devel/m17n-db/distinfo b/devel/m17n-db/distinfo index 961e7d4e15ae..6ab397915722 100644 --- a/devel/m17n-db/distinfo +++ b/devel/m17n-db/distinfo @@ -1,4 +1,4 @@ -SHA256 (m17n-db-1.6.3.tar.gz) = 5f1d11b43efa4c1fcc9681d0c0e13f8d241450625f34351a9deb2a7194cac211 -SIZE (m17n-db-1.6.3.tar.gz) = 1384587 +SHA256 (m17n-db-1.6.4.tar.gz) = 530ecb1615a9a64d4caca9ffc59c0dd1c551d34e0c19e39694d083db0506d017 +SIZE (m17n-db-1.6.4.tar.gz) = 1390344 SHA256 (glibc-2.3.6.tar.bz2) = e73ff5eddea95d09238b41d3c9c4d9ccddcf99fcc93d04956599c91c704f4a8e SIZE (glibc-2.3.6.tar.bz2) = 14014977 diff --git a/devel/m17n-db/pkg-descr b/devel/m17n-db/pkg-descr index 16b9df6d3b73..25a3dca2d34c 100644 --- a/devel/m17n-db/pkg-descr +++ b/devel/m17n-db/pkg-descr @@ -2,4 +2,4 @@ This package contains the data files for the m17n library. m17n-lib currently supports input of more than 60 languages with more than 70 language specific input methods. -WWW: http://www.m17n.org/m17n-lib/ +WWW: http://www.nongnu.org/m17n/ |