mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to version 33.3.0
- Convert to new OPTIONS syntax - Drop indefinite article from COMMENT Approved by: davide (implicit due to inactivity)
This commit is contained in:
parent
4d2b983a20
commit
42e68c2d39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303330
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= tea
|
||||
DISTVERSION= 33.2.0
|
||||
DISTVERSION= 33.3.0
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}-editor/${PORTVERSION} \
|
||||
http://semiletov.ho.ua/${PORTNAME}-releases/
|
||||
|
||||
MAINTAINER= davide.italiano@gmail.com
|
||||
COMMENT= A simple and powerful Qt4-based text editor
|
||||
COMMENT= Simple and powerful Qt4-based text editor
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
@ -21,11 +21,12 @@ USE_QT4= qmake_build moc_build rcc_build gui xml
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
OPTIONS= ASPELL "Build with GNU Aspell support" on
|
||||
OPTIONS_DEFINE= ASPELL
|
||||
OPTIONS_DEFAULT= ASPELL
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_ASPELL)
|
||||
.if ${PORT_OPTIONS:MASPELL}
|
||||
LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
|
||||
QMAKEFLAGS= USE_ASPELL=true
|
||||
.else
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tea-33.2.0.tar.bz2) = caa9f0896d2b8faeb7ebaa2f3ec4d9b9b8a177ac949260dea4afbc2824554369
|
||||
SIZE (tea-33.2.0.tar.bz2) = 310270
|
||||
SHA256 (tea-33.3.0.tar.bz2) = 14d540cd6825b94bd22e655b2626458fd5c611e7c4cc3124fd7d9af3eb7f5ea8
|
||||
SIZE (tea-33.3.0.tar.bz2) = 310901
|
||||
|
Loading…
Reference in New Issue
Block a user