diff options
author | fernape <fernape@FreeBSD.org> | 2018-08-02 04:28:12 +0800 |
---|---|---|
committer | fernape <fernape@FreeBSD.org> | 2018-08-02 04:28:12 +0800 |
commit | 4d1e9c38d4336e2cec560cb4053979cfb925661d (patch) | |
tree | 19f84cb1da79d7679ff70fde570868cabeb3a4be | |
parent | 04cb5b7d8a6fdf1ed68e543143377c2213b252a9 (diff) | |
download | freebsd-ports-gnome-4d1e9c38d4336e2cec560cb4053979cfb925661d.tar.gz freebsd-ports-gnome-4d1e9c38d4336e2cec560cb4053979cfb925661d.tar.zst freebsd-ports-gnome-4d1e9c38d4336e2cec560cb4053979cfb925661d.zip |
devel/libthai: update to 0.1.28
* Change PORTVERSION to DISTVERSION
* Bumping PORTREVISION for dependent ports
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16547
-rw-r--r-- | devel/libthai/Makefile | 2 | ||||
-rw-r--r-- | devel/libthai/distinfo | 6 | ||||
-rw-r--r-- | devel/libthai/pkg-plist | 2 | ||||
-rw-r--r-- | devel/m17n-lib/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Unicode-LineBreak/Makefile | 1 |
5 files changed, 7 insertions, 5 deletions
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index 2c0b09f740ad..aae40ef68016 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libthai -PORTVERSION= 0.1.27 +DISTVERSION= 0.1.28 CATEGORIES= devel MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ diff --git a/devel/libthai/distinfo b/devel/libthai/distinfo index aa36aacf5043..2377a4a216eb 100644 --- a/devel/libthai/distinfo +++ b/devel/libthai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509259963 -SHA256 (libthai-0.1.27.tar.xz) = 1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6 -SIZE (libthai-0.1.27.tar.xz) = 410360 +TIMESTAMP = 1533138633 +SHA256 (libthai-0.1.28.tar.xz) = ffe0a17b4b5aa11b153c15986800eca19f6c93a4025ffa5cf2cab2dcdf1ae911 +SIZE (libthai-0.1.28.tar.xz) = 413592 diff --git a/devel/libthai/pkg-plist b/devel/libthai/pkg-plist index e0d93d221748..ace586d5341a 100644 --- a/devel/libthai/pkg-plist +++ b/devel/libthai/pkg-plist @@ -18,7 +18,7 @@ include/thai/wtt.h lib/libthai.a lib/libthai.so lib/libthai.so.0 -lib/libthai.so.0.3.0 +lib/libthai.so.0.3.1 libdata/pkgconfig/libthai.pc %%DOXYGEN%%%%DOCSDIR%%/html/annotated.html %%DOXYGEN%%%%DOCSDIR%%/html/bc_s.png diff --git a/devel/m17n-lib/Makefile b/devel/m17n-lib/Makefile index a091a3842d7c..79ab37bb2f07 100644 --- a/devel/m17n-lib/Makefile +++ b/devel/m17n-lib/Makefile @@ -3,6 +3,7 @@ PORTNAME= m17n-lib PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= SAVANNAH/m17n diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile index 2e028efcb729..e9132fc1f528 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -3,6 +3,7 @@ PORTNAME= Unicode-LineBreak PORTVERSION= 2017.004 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |