diff options
author | danfe <danfe@FreeBSD.org> | 2011-04-16 09:35:52 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-04-16 09:35:52 +0800 |
commit | 554e9f900a9431e6d02a298734bf204ca88af9a1 (patch) | |
tree | 3f0c60b72611455e8ade329d9d7ce0338c17c544 /editors | |
parent | 143f0043cf07050aa2f60f0756e14d74b3aae990 (diff) | |
download | freebsd-ports-gnome-554e9f900a9431e6d02a298734bf204ca88af9a1.tar.gz freebsd-ports-gnome-554e9f900a9431e6d02a298734bf204ca88af9a1.tar.zst freebsd-ports-gnome-554e9f900a9431e6d02a298734bf204ca88af9a1.zip |
- Update to version 29.0.2
- Fix <aspell.h> detection
Approved by: maintainer (implicit)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tea/Makefile | 5 | ||||
-rw-r--r-- | editors/tea/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index d49b58e1bc7b..62fe9f495b73 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tea -DISTVERSION= 28.1.4 +DISTVERSION= 29.0.2 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}-editor/${PORTVERSION} @@ -32,6 +32,9 @@ QMAKEFLAGS= USE_ASPELL=true QMAKEFLAGS= USE_ASPELL=false .endif +post-patch: + @${REINPLACE_CMD} -e '/aspell/s,/usr,${LOCALBASE},' ${WRKSRC}/src.pro + do-configure: @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} diff --git a/editors/tea/distinfo b/editors/tea/distinfo index f45fc0e9ff69..1c1d1366f9fc 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,2 +1,2 @@ -SHA256 (tea-28.1.4.tar.bz2) = 739a7c6294d3231acd89dac4ff4c00d6b291387402ab589c73ced5c68611406d -SIZE (tea-28.1.4.tar.bz2) = 230637 +SHA256 (tea-29.0.2.tar.bz2) = 4d2a73ff9921684213222e4e49f8316e71016397971305b2d266404188a5762b +SIZE (tea-29.0.2.tar.bz2) = 231258 |