diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-07-11 06:18:22 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-07-11 06:18:22 +0000 |
commit | 8b69d692e152a4c58e33a8e34b027cfd38ff6b0c (patch) | |
tree | 8717e2e26561635a9f348547a199d0bb0e19d151 /editors/tea | |
parent | d599a92ded834b9be015f3ec6fb58a5c20288f4f (diff) | |
download | freebsd-ports-8b69d692e152a4c58e33a8e34b027cfd38ff6b0c.zip |
- Update to version 28.1.0
- Adjust COMMENT
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 6 | ||||
-rw-r--r-- | editors/tea/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 5c855c2bce28..824d40121d55 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -6,12 +6,12 @@ # PORTNAME= tea -DISTVERSION= 28.0.0 +DISTVERSION= 28.1.0 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}-editor/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A simple and powerful text editor +COMMENT= A simple and powerful Qt4-based text editor LICENSE= GPLv3 @@ -33,7 +33,7 @@ QMAKEFLAGS+= USE_ASPELL=false .endif post-patch: - @${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' ${WRKSRC}/src.pro + @${REINPLACE_CMD} -e '/aspell/s,/usr,${LOCALBASE},' ${WRKSRC}/src.pro do-configure: @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \ diff --git a/editors/tea/distinfo b/editors/tea/distinfo index 4971cc893ebd..601be8569f9c 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,3 +1,3 @@ -MD5 (tea-28.0.0.tar.bz2) = 33bc300e916475b1679f2317d96cccd9 -SHA256 (tea-28.0.0.tar.bz2) = 5ddc2d334a7fc42177826b97db8952664db31711735d3df82e6a17741fa832a7 -SIZE (tea-28.0.0.tar.bz2) = 222133 +MD5 (tea-28.1.0.tar.bz2) = a00829d6fb215dffb9c8bf593bd62072 +SHA256 (tea-28.1.0.tar.bz2) = f13f8378ed5079117d0f0a3453efa03ab9705536dbd9a6cd1c305eea9b778525 +SIZE (tea-28.1.0.tar.bz2) = 233551 |