svn commit: r303330 - head/editors/tea

Alexey Dokuchaev danfe at FreeBSD.org
Wed Aug 29 10:07:07 UTC 2012


Author: danfe
Date: Wed Aug 29 10:07:06 2012
New Revision: 303330
URL: http://svn.freebsd.org/changeset/ports/303330

Log:
  - Update to version 33.3.0
  - Convert to new OPTIONS syntax
  - Drop indefinite article from COMMENT
  
  Approved by:	davide (implicit due to inactivity)

Modified:
  head/editors/tea/Makefile
  head/editors/tea/distinfo

Modified: head/editors/tea/Makefile
==============================================================================
--- head/editors/tea/Makefile	Wed Aug 29 10:04:07 2012	(r303329)
+++ head/editors/tea/Makefile	Wed Aug 29 10:07:06 2012	(r303330)
@@ -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 at 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
 
 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

Modified: head/editors/tea/distinfo
==============================================================================
--- head/editors/tea/distinfo	Wed Aug 29 10:04:07 2012	(r303329)
+++ head/editors/tea/distinfo	Wed Aug 29 10:07:06 2012	(r303330)
@@ -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



More information about the svn-ports-head mailing list