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 /emulators | |
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 'emulators')
-rw-r--r-- | emulators/tiemu3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index d1c77d41ca09..ade3ce9c86f5 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -7,7 +7,7 @@ PORTNAME= tiemu3 PORTVERSION= 3.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/gtktiemu/tiemu-linux/TIEmu%20${DISTVERSION} DISTNAME= tiemu-${DISTVERSION} @@ -16,9 +16,9 @@ EXTRACT_SUFX= -nogdb.tar.gz MAINTAINER= cyberbotx@cyberbotx.com COMMENT= TI89(ti)/92(+)/V200 hand-helds emulator -LIB_DEPENDS= ticalcs2.9:${PORTSDIR}/comms/libticalcs2 \ - ticables2.4:${PORTSDIR}/comms/libticables2 \ - tifiles2.7:${PORTSDIR}/devel/libtifiles2 +LIB_DEPENDS= ticalcs2.10:${PORTSDIR}/comms/libticalcs2 \ + ticables2.5:${PORTSDIR}/comms/libticables2 \ + tifiles2.8:${PORTSDIR}/devel/libtifiles2 USE_AUTOTOOLS= libtool USE_GMAKE= yes |