Bug 182262 - [MAINTAINER] update chinese/bug5 to 1.17
Summary: [MAINTAINER] update chinese/bug5 to 1.17
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 22:50 UTC by buganini
Modified: 2013-09-21 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.21 KB, patch)
2013-09-20 22:50 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 22:50:00 UTC
Update chinese/bug5 to 1.17

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-20 22:50: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:25 UTC
Author: sunpoet
Date: Sat Sep 21 15:42:12 2013
New Revision: 327832
URL: http://svnweb.freebsd.org/changeset/ports/327832

Log:
  - Update to 1.17
  - While I'm here:
    - Remove leading indefinite article from COMMENT
    - Convert to new LIB_DEPENDS format
  
  Changes:	https://github.com/buganini/bug5/commits/master
  PR:		ports/182262
  Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)

Modified:
  head/chinese/bug5/Makefile   (contents, props changed)
  head/chinese/bug5/distinfo   (contents, props changed)

Modified: head/chinese/bug5/Makefile
==============================================================================
--- head/chinese/bug5/Makefile	Sat Sep 21 15:42:07 2013	(r327831)
+++ head/chinese/bug5/Makefile	Sat Sep 21 15:42:12 2013	(r327832)
@@ -2,24 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	bug5
-PORTVERSION=	1.15
+PORTVERSION=	1.17
 CATEGORIES=	chinese converters
 DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
 
 MAINTAINER=	buganini@gmail.com
-COMMENT=	A Big5/GBK <-> UTF-8 translating layer in terminal
+COMMENT=	Big5/GBK <-> UTF-8 translating layer in terminal
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	bsdconv:${PORTSDIR}/converters/bsdconv
+LIB_DEPENDS=	libbsdconv.so:${PORTSDIR}/converters/bsdconv
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	buganini
-GH_COMMIT=	67beea0
+GH_COMMIT=	992e2d3
 
 MAKE_ARGS=	PREFIX=${PREFIX}
+NO_STAGE=	yes
 
 PLIST_FILES=	bin/bug5
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/chinese/bug5/distinfo
==============================================================================
--- head/chinese/bug5/distinfo	Sat Sep 21 15:42:07 2013	(r327831)
+++ head/chinese/bug5/distinfo	Sat Sep 21 15:42:12 2013	(r327832)
@@ -1,2 +1,2 @@
-SHA256 (buganini-bug5-1.15-0-g67beea0.tar.gz) = 75075c4720d39aaefaac8b6da08ac2c6afd4b0081834a641b33e333d45c39dc0
-SIZE (buganini-bug5-1.15-0-g67beea0.tar.gz) = 4856
+SHA256 (buganini-bug5-1.17-0-g992e2d3.tar.gz) = b15ac129f3dffea9194658aae0ba442a9fd5dcd58183e4957f2c7e80f4dfb6f1
+SIZE (buganini-bug5-1.17-0-g992e2d3.tar.gz) = 5108
_______________________________________________
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:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!