diff options
author | rm <rm@FreeBSD.org> | 2012-01-18 03:06:35 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-01-18 03:06:35 +0800 |
commit | a08ca14c00919640cc0283337417563ed31d9224 (patch) | |
tree | 355475311e9759d82c5e57fd4aa8765009353720 /converters | |
parent | 837da81379ac54d1add2f969885c72275c40d0ec (diff) | |
download | freebsd-ports-gnome-a08ca14c00919640cc0283337417563ed31d9224.tar.gz freebsd-ports-gnome-a08ca14c00919640cc0283337417563ed31d9224.tar.zst freebsd-ports-gnome-a08ca14c00919640cc0283337417563ed31d9224.zip |
- update converters/libticonv to 1.1.3
- update devel/libtifiles2 to 1.1.5
- update comms/libticables2 to 1.3.3
- update comms/libticalcs2 to 1.1.7
- update comms/tilp2 to 1.16
- bump PORTREVISION for emulators/tiemu3
- add LICENSE (GPLv2)
I did this in single commit because this ports are tightly interconnected,
so chanses are good to (temporarily) broke something, committing them
separatedly.
PR: 164024
Submitted by: Tijl Coosemans <tijl at coosemans dot org> (maintainer)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libticonv/Makefile | 6 | ||||
-rw-r--r-- | converters/libticonv/distinfo | 4 | ||||
-rw-r--r-- | converters/libticonv/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile index 8176dae575db..4333b437cac5 100644 --- a/converters/libticonv/Makefile +++ b/converters/libticonv/Makefile @@ -6,13 +6,15 @@ # PORTNAME= libticonv -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= converters -MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.15 +MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.16 MAINTAINER= tijl@coosemans.org COMMENT= TI calculator character set library +LICENSE= GPLv2 + USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes diff --git a/converters/libticonv/distinfo b/converters/libticonv/distinfo index 9162161b35b6..fc08f4df85f3 100644 --- a/converters/libticonv/distinfo +++ b/converters/libticonv/distinfo @@ -1,2 +1,2 @@ -SHA256 (libticonv-1.1.2.tar.bz2) = 53f8a56fae1c581a16a8bf4528262461e0aad03b650aed44afdc9820f3bc260b -SIZE (libticonv-1.1.2.tar.bz2) = 325224 +SHA256 (libticonv-1.1.3.tar.bz2) = 330f8f649bc20e19b1d51372a107c132b088aa64561998abd9d336ca8672814a +SIZE (libticonv-1.1.3.tar.bz2) = 343870 diff --git a/converters/libticonv/pkg-plist b/converters/libticonv/pkg-plist index e8995cac8c6d..83226a04c1fe 100644 --- a/converters/libticonv/pkg-plist +++ b/converters/libticonv/pkg-plist @@ -5,6 +5,6 @@ include/tilp2/ticonv.h lib/libticonv.a lib/libticonv.la lib/libticonv.so -lib/libticonv.so.5 +lib/libticonv.so.6 libdata/pkgconfig/ticonv.pc @dirrmtry include/tilp2 |