Bug 182265 - [MAINTAINER] update chinese/chiconv to 11.1
Summary: [MAINTAINER] update chinese/chiconv to 11.1
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 23:00 UTC by buganini
Modified: 2013-09-21 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.14 KB, patch)
2013-09-20 23:00 UTC, buganini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2013-09-20 23:00:00 UTC
Update chinese/chiconv to 11.1

Changelog:
* chase bsdconv change
* add -i and -f for save in-place

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-20 23:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-21 16:42:33 UTC
Author: sunpoet
Date: Sat Sep 21 15:42:24 2013
New Revision: 327835
URL: http://svnweb.freebsd.org/changeset/ports/327835

Log:
  - Update to 11.1
  - While I'm here, convert to new LIB_DEPENDS format
  
  Changes:	https://github.com/buganini/chiconv/commits/master
  PR:		ports/182265
  Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)

Modified:
  head/chinese/chiconv/Makefile
  head/chinese/chiconv/distinfo

Modified: head/chinese/chiconv/Makefile
==============================================================================
--- head/chinese/chiconv/Makefile	Sat Sep 21 15:42:20 2013	(r327834)
+++ head/chinese/chiconv/Makefile	Sat Sep 21 15:42:24 2013	(r327835)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	chiconv
-PORTVERSION=	10.0
+PORTVERSION=	11.1
 CATEGORIES=	chinese converters
 DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
 
@@ -11,15 +11,15 @@ COMMENT=	Auto chinese encoding converter
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	bsdconv:${PORTSDIR}/converters/bsdconv
+LIB_DEPENDS=	libbsdconv.so:${PORTSDIR}/converters/bsdconv
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	buganini
-GH_COMMIT=	6f4a7bf
+GH_COMMIT=	9501c80
 
 MAKE_ARGS=	PREFIX=${PREFIX}
+NO_STAGE=	yes
 
 PLIST_FILES=	bin/chiconv
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/chinese/chiconv/distinfo
==============================================================================
--- head/chinese/chiconv/distinfo	Sat Sep 21 15:42:20 2013	(r327834)
+++ head/chinese/chiconv/distinfo	Sat Sep 21 15:42:24 2013	(r327835)
@@ -1,2 +1,2 @@
-SHA256 (buganini-chiconv-10.0-0-g6f4a7bf.tar.gz) = cf021e8877e79643e46d06a0976ec0c452f7a01e21cfbdfd56d6b1cf8065db0c
-SIZE (buganini-chiconv-10.0-0-g6f4a7bf.tar.gz) = 1564
+SHA256 (buganini-chiconv-11.1-0-g9501c80.tar.gz) = b2e32ac5acad2bbb96b462291b34e70db8ac95f8b2a64733e276086fe4dd4766
+SIZE (buganini-chiconv-11.1-0-g9501c80.tar.gz) = 2955
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-21 16:43:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!