* update to 1.6.4 * new MASTER_SITES (Makefile) * new project's home (pkg-descr) * pet portlint
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Sun Jun 2 18:50:08 2013 New Revision: 319708 URL: http://svnweb.freebsd.org/changeset/ports/319708 Log: * update to 1.6.4 * new MASTER_SITES (Makefile) * new project's home (pkg-descr) * pet portlint PR: ports/179175 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Modified: head/devel/m17n-db/Makefile head/devel/m17n-db/distinfo (contents, props changed) head/devel/m17n-db/pkg-descr (contents, props changed) Modified: head/devel/m17n-db/Makefile ============================================================================== --- head/devel/m17n-db/Makefile Sun Jun 2 18:46:25 2013 (r319707) +++ head/devel/m17n-db/Makefile Sun Jun 2 18:50:08 2013 (r319708) @@ -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} Modified: head/devel/m17n-db/distinfo ============================================================================== --- head/devel/m17n-db/distinfo Sun Jun 2 18:46:25 2013 (r319707) +++ head/devel/m17n-db/distinfo Sun Jun 2 18:50:08 2013 (r319708) @@ -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 Modified: head/devel/m17n-db/pkg-descr ============================================================================== --- head/devel/m17n-db/pkg-descr Sun Jun 2 18:46:25 2013 (r319707) +++ head/devel/m17n-db/pkg-descr Sun Jun 2 18:50:08 2013 (r319708) @@ -2,4 +2,4 @@ This package contains the data files for 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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!