Bug 183203 - [PATCH] japanese/ja-py27-mecab: [SUMMARIZE CHANGES]
Summary: [PATCH] japanese/ja-py27-mecab: [SUMMARIZE CHANGES]
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 16:00 UTC by Dmitry Marakasov
Modified: 2013-12-20 17:30 UTC (History)
1 user (show)

See Also:


Attachments
ja-py27-mecab-0.996.patch (630 bytes, patch)
2013-10-22 16:00 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2013-10-22 16:00:00 UTC
japanese/py-mecab does not build after swig package name was changed to swig13 (r327399). Fix the dependency to check for binary file instead of a package.

While here, enable staging.

Port maintainer (jun-g@daemonfreaks.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-12-20 17:10:22 UTC
Author: amdmi3
Date: Fri Dec 20 17:10:14 2013
New Revision: 337041
URL: http://svnweb.freebsd.org/changeset/ports/337041

Log:
  - Fix swig dependency
  
  PR:		183203
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/japanese/py-mecab/Makefile

Modified: head/japanese/py-mecab/Makefile
==============================================================================
--- head/japanese/py-mecab/Makefile	Fri Dec 20 17:03:44 2013	(r337040)
+++ head/japanese/py-mecab/Makefile	Fri Dec 20 17:10:14 2013	(r337041)
@@ -13,7 +13,7 @@ COMMENT=	Python bindings for MeCab
 LICENSE=	BSD GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	swig>=1.3:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13
 LIB_DEPENDS=	mecab:${PORTSDIR}/japanese/mecab
 
 USE_PYTHON=	yes
_______________________________________________
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 2 Dmitry Marakasov freebsd_committer freebsd_triage 2013-12-20 17:11:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-20 17:27:34 UTC
Author: mat
Date: Fri Dec 20 17:27:25 2013
New Revision: 337048
URL: http://svnweb.freebsd.org/changeset/ports/337048

Log:
  MFH: r337041
  
  - Fix swig dependency
  
  PR:		183203
  Submitted by:	amdmi3
  Approved by:	maintainer timeout
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/japanese/py-mecab/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/japanese/py-mecab/Makefile
==============================================================================
--- branches/2014Q1/japanese/py-mecab/Makefile	Fri Dec 20 17:26:34 2013	(r337047)
+++ branches/2014Q1/japanese/py-mecab/Makefile	Fri Dec 20 17:27:25 2013	(r337048)
@@ -13,7 +13,7 @@ COMMENT=	Python bindings for MeCab
 LICENSE=	BSD GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	swig>=1.3:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13
 LIB_DEPENDS=	mecab:${PORTSDIR}/japanese/mecab
 
 USE_PYTHON=	yes
_______________________________________________
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"