diff options
author | makc <makc@FreeBSD.org> | 2010-09-06 02:54:05 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-09-06 02:54:05 +0800 |
commit | c4b675e619b7ef7bb0b3498e62a47d1031d212c8 (patch) | |
tree | 9cb609be96005ab894d003f0715cb8326ffb29b5 /emulators | |
parent | 65cecb94f7eb1584625d0c24267ab6822c1c075c (diff) | |
download | freebsd-ports-gnome-c4b675e619b7ef7bb0b3498e62a47d1031d212c8.tar.gz freebsd-ports-gnome-c4b675e619b7ef7bb0b3498e62a47d1031d212c8.tar.zst freebsd-ports-gnome-c4b675e619b7ef7bb0b3498e62a47d1031d212c8.zip |
Update to 3.03
PR: ports/148014
Submitted by: Tijl Coosemans <tijl at coosemans.org>
Approved by: Naram Qashat (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tiemu3/Makefile | 26 | ||||
-rw-r--r-- | emulators/tiemu3/distinfo | 6 |
2 files changed, 13 insertions, 19 deletions
diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index 136876b56026..aca0f7b06c7d 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -6,28 +6,27 @@ # PORTNAME= tiemu3 -PORTVERSION= 3.02 -PORTREVISION= 6 +PORTVERSION= 3.03 CATEGORIES= emulators -MASTER_SITES= SF/gtktiemu/tiemu-linux/TiEmu%20${PORTVERSION} +MASTER_SITES= http://tijl.fastmail.fm/mirror/ DISTNAME= tiemu-${PORTVERSION} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= TI89(ti)/92(+)/V200 hand-helds emulator -LIB_DEPENDS= ticalcs2.7:${PORTSDIR}/comms/libticalcs2 \ - ticables2.1:${PORTSDIR}/comms/libticables2 \ - tifiles2.5:${PORTSDIR}/devel/libtifiles2 +LIB_DEPENDS= ticalcs2.8:${PORTSDIR}/comms/libticalcs2 \ + ticables2.4:${PORTSDIR}/comms/libticables2 \ + tifiles2.6:${PORTSDIR}/devel/libtifiles2 -USE_BZIP2= yes -HAS_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-gdb --mandir=${MANPREFIX}/man +USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_GNOME= gtk20 libglade2 USE_SDL= sdl +CONFIGURE_ARGS= --disable-gdb +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" + MAN1= tiemu.1 .if !defined(WITHOUT_NLS) @@ -50,10 +49,5 @@ post-patch: .SILENT ${WRKSRC}/src/gui/calc/pckeys.h ${WRKSRC}/src/misc/paths.h ${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's|#define GTK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/src/gui/device.c - -pre-install: - ${CHMOD} +x ${WRKSRC}/install-sh .include <bsd.port.mk> diff --git a/emulators/tiemu3/distinfo b/emulators/tiemu3/distinfo index 36f51f36c356..9cc118783fb6 100644 --- a/emulators/tiemu3/distinfo +++ b/emulators/tiemu3/distinfo @@ -1,3 +1,3 @@ -MD5 (tiemu-3.02.tar.bz2) = 3e8240b7d829c6d8168a97b5a5b28521 -SHA256 (tiemu-3.02.tar.bz2) = 2b09783a6d30f78165651db99d3da1fbf2890579ef8b359ee74352f7da0f7966 -SIZE (tiemu-3.02.tar.bz2) = 21491214 +MD5 (tiemu-3.03.tar.gz) = 2736440d717a0ee97cdb35189814fc93 +SHA256 (tiemu-3.03.tar.gz) = 92d2830842278a8df29ab0717f5b89e06b34e88a50c073fe10ff9e6855b8a592 +SIZE (tiemu-3.03.tar.gz) = 2749976 |