diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-06-02 18:56:39 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-06-02 18:56:39 +0000 |
commit | 349161ef637e4bc734f5eea560326087c3856f97 (patch) | |
tree | e754cbc30faf4534d552e1d1b8b83502502868da /devel/m17n-lib | |
parent | f92faaee623176d1831657f4f3eef58f2a1dd1aa (diff) |
Notes
Diffstat (limited to 'devel/m17n-lib')
-rw-r--r-- | devel/m17n-lib/Makefile | 14 | ||||
-rw-r--r-- | devel/m17n-lib/distinfo | 4 | ||||
-rw-r--r-- | devel/m17n-lib/pkg-descr | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/m17n-lib/Makefile b/devel/m17n-lib/Makefile index cfd6c46c8f6e..02efe96b66c1 100644 --- a/devel/m17n-lib/Makefile +++ b/devel/m17n-lib/Makefile @@ -2,28 +2,28 @@ # $FreeBSD$ PORTNAME= m17n-lib -PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTVERSION= 1.6.4 CATEGORIES= devel -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= Library for the multilingual text handling BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ - m17n-db>=1.6.2:${PORTSDIR}/devel/m17n-db + m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ fribidi:${PORTSDIR}/converters/fribidi \ gd:${PORTSDIR}/graphics/gd \ otf:${PORTSDIR}/print/libotf -RUN_DEPENDS= m17n-db>=1.6.2:${PORTSDIR}/devel/m17n-db +RUN_DEPENDS= m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db MAKE_JOBS_UNSAFE= yes USE_XORG= ice sm x11 xaw xft xt -USE_GNOME= libxml2 pkgconfig +USE_PKGCONFIG= yes +USE_GNOME= libxml2 USE_AUTOTOOLS= autoconf libtool USE_LDCONFIG= yes diff --git a/devel/m17n-lib/distinfo b/devel/m17n-lib/distinfo index e7b7c84ddce3..09b51d26c5f9 100644 --- a/devel/m17n-lib/distinfo +++ b/devel/m17n-lib/distinfo @@ -1,2 +1,2 @@ -SHA256 (m17n-lib-1.6.3.tar.gz) = ff5ebe09572a5e6d4a376783a78d4355f0b17a71fbaf8b01978230be7eef735e -SIZE (m17n-lib-1.6.3.tar.gz) = 1033048 +SHA256 (m17n-lib-1.6.4.tar.gz) = 0370fda16bce321acad96b623dbbead0d797d86f5d5fa43d0cde8ff3b01555a4 +SIZE (m17n-lib-1.6.4.tar.gz) = 1034422 diff --git a/devel/m17n-lib/pkg-descr b/devel/m17n-lib/pkg-descr index 2f8bd991d204..bea3c20b2f9b 100644 --- a/devel/m17n-lib/pkg-descr +++ b/devel/m17n-lib/pkg-descr @@ -20,4 +20,4 @@ text. * Functions for inputting and displaying M-text on a window system. -WWW: http://www.m17n.org/m17n-lib/ +WWW: http://www.nongnu.org/m17n/ |