* update to 1.1.14 * new MASTER_SITES (Makefile) * new project's home (pkg-descr)
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Sun Jun 2 18:51:59 2013 New Revision: 319709 URL: http://svnweb.freebsd.org/changeset/ports/319709 Log: * 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) Modified: head/textproc/m17n-contrib/Makefile head/textproc/m17n-contrib/distinfo (contents, props changed) head/textproc/m17n-contrib/pkg-descr (contents, props changed) Modified: head/textproc/m17n-contrib/Makefile ============================================================================== --- head/textproc/m17n-contrib/Makefile Sun Jun 2 18:50:08 2013 (r319708) +++ head/textproc/m17n-contrib/Makefile Sun Jun 2 18:51:59 2013 (r319709) @@ -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 Modified: head/textproc/m17n-contrib/distinfo ============================================================================== --- head/textproc/m17n-contrib/distinfo Sun Jun 2 18:50:08 2013 (r319708) +++ head/textproc/m17n-contrib/distinfo Sun Jun 2 18:51:59 2013 (r319709) @@ -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 Modified: head/textproc/m17n-contrib/pkg-descr ============================================================================== --- head/textproc/m17n-contrib/pkg-descr Sun Jun 2 18:50:08 2013 (r319708) +++ head/textproc/m17n-contrib/pkg-descr Sun Jun 2 18:51:59 2013 (r319709) @@ -10,5 +10,4 @@ The port also provides the tbl2mim.awk s 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/ _______________________________________________ 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!