Bug 179176 - textproc/m17n-contrib: update to 1.1.14
Summary: textproc/m17n-contrib: update to 1.1.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-01 18:40 UTC by Nikola Lečić
Modified: 2013-06-02 20:00 UTC (History)
0 users

See Also:


Attachments
m17n-contrib-1.1.14.patch (1.61 KB, patch)
2013-06-01 18:40 UTC, Nikola Lečić
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Lečić 2013-06-01 18:40:00 UTC
* update to 1.1.14
* new MASTER_SITES (Makefile)
* new project's home (pkg-descr)
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-06-02 19:10:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-02 19:52:06 UTC
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"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-06-02 19:57:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!