diff options
author | pawel <pawel@FreeBSD.org> | 2013-06-03 02:51:59 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-06-03 02:51:59 +0800 |
commit | d406afed26b76d18c65689e5615eac60543b00ee (patch) | |
tree | f9862eb60b9ae885aa4a014f14724d6705bf0a7f /textproc/m17n-contrib | |
parent | dcdb346d1f18f49271a0a01129054640f93c8f14 (diff) | |
download | freebsd-ports-gnome-d406afed26b76d18c65689e5615eac60543b00ee.tar.gz freebsd-ports-gnome-d406afed26b76d18c65689e5615eac60543b00ee.tar.zst freebsd-ports-gnome-d406afed26b76d18c65689e5615eac60543b00ee.zip |
* update to 1.1.14
* new MASTER_SITES (Makefile)
* new project's home (pkg-descr)
PR: ports/179176
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
Diffstat (limited to 'textproc/m17n-contrib')
-rw-r--r-- | textproc/m17n-contrib/Makefile | 10 | ||||
-rw-r--r-- | textproc/m17n-contrib/distinfo | 4 | ||||
-rw-r--r-- | textproc/m17n-contrib/pkg-descr | 3 |
3 files changed, 8 insertions, 9 deletions
diff --git a/textproc/m17n-contrib/Makefile b/textproc/m17n-contrib/Makefile index 80f9ec6a24e5..d36272e16fcc 100644 --- a/textproc/m17n-contrib/Makefile +++ b/textproc/m17n-contrib/Makefile @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= m17n-contrib -PORTVERSION= 1.1.13 +PORTVERSION= 1.1.14 CATEGORIES= textproc -MASTER_SITES= http://www.m17n.org/m17n-lib-download/ \ - http://anthesphoria.net/FreeBSD/ports/distfiles/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= m17n MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= User-contributed input methods for the m17n library -BUILD_DEPENDS= m17n-db>=1.6.3:${PORTSDIR}/devel/m17n-db -RUN_DEPENDS= m17n-db>=1.6.3:${PORTSDIR}/devel/m17n-db +BUILD_DEPENDS= m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db +RUN_DEPENDS= m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/textproc/m17n-contrib/distinfo b/textproc/m17n-contrib/distinfo index 9eee3802a522..d6df126551bd 100644 --- a/textproc/m17n-contrib/distinfo +++ b/textproc/m17n-contrib/distinfo @@ -1,2 +1,2 @@ -SHA256 (m17n-contrib-1.1.13.tar.gz) = adcf708ea7abd651b4a72562059b4b2408b9729527330a28f1a467168d27de6c -SIZE (m17n-contrib-1.1.13.tar.gz) = 697293 +SHA256 (m17n-contrib-1.1.14.tar.gz) = 4f623be23979e2d52c1275621b3d4488c24b9fbd81f5a9d28260d88f93d23d2c +SIZE (m17n-contrib-1.1.14.tar.gz) = 698611 diff --git a/textproc/m17n-contrib/pkg-descr b/textproc/m17n-contrib/pkg-descr index 57f8f92c37db..a32a94c74602 100644 --- a/textproc/m17n-contrib/pkg-descr +++ b/textproc/m17n-contrib/pkg-descr @@ -10,5 +10,4 @@ The port also provides the tbl2mim.awk script for conversion of keyboard files used by textproc/scim-table-imengine into SCIM-independent .mim format (usable by m17n library). -WWW: http://www.m17n.org/ - http://www.m17n.org/m17n-lib-en/contribution.html +WWW: http://www.nongnu.org/m17n/ |