aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2012-07-18 21:52:01 +0800
committermakc <makc@FreeBSD.org>2012-07-18 21:52:01 +0800
commit28e42f2cb141057e50b2cb8fcfbdfd96f597a116 (patch)
treedd55cae29736dad70f041a18ecefc094cf077039
parent18670d56f92a5a20e4a86c9ad711dbbd82b551ee (diff)
downloadfreebsd-ports-gnome-28e42f2cb141057e50b2cb8fcfbdfd96f597a116.tar.gz
freebsd-ports-gnome-28e42f2cb141057e50b2cb8fcfbdfd96f597a116.tar.zst
freebsd-ports-gnome-28e42f2cb141057e50b2cb8fcfbdfd96f597a116.zip
Update to 3.4
Convert to new option framework Normalize Makefile header
-rw-r--r--editors/texmaker/Makefile17
-rw-r--r--editors/texmaker/distinfo4
-rw-r--r--editors/texmaker/pkg-plist4
3 files changed, 14 insertions, 11 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile
index 3c87389c6b9c..c97cf4ca58d5 100644
--- a/editors/texmaker/Makefile
+++ b/editors/texmaker/Makefile
@@ -1,14 +1,12 @@
-# ex:ts=8
# Ports collection makefile for: texmaker
-# Date created: Dec 29, 2003
-# Whom: ijliao
+# Date created: 2003-12-29
+# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= texmaker
-PORTVERSION= 3.3.3
-PORTREVISION= 1
+PORTVERSION= 3.4
PORTEPOCH= 1
CATEGORIES= editors
MASTER_SITES= http://www.xm1math.net/texmaker/
@@ -31,18 +29,19 @@ QMAKE_ARGS= PREFIX=${PREFIX} ICONDIR=${PREFIX}/share/pixmaps \
DESKTOPDIR=${DESKTOPDIR}
MAKE_JOBS_SAFE= yes
-OPTIONS= XDVI "view dvi with xdvi" Off \
- GV "view ps with gv" Off
+OPTIONS_DEFINE= GV XDVI
+GV_DESC= View ps files with gv
+XDVI_DESC= View dvi files with xdvi
STRIP_FILES= bin/texmaker
.include <bsd.port.options.mk>
-.if !defined(WITHOUT_XDVI)
+.if ${PORT_OPTIONS:MXDVI}
RUN_DEPENDS+= xdvi:${PORTSDIR}/print/xdvik
.endif
-.if !defined(WITHOUT_GV)
+.if ${PORT_OPTIONS:MGV}
RUN_DEPENDS+= gv:${PORTSDIR}/print/gv
.endif
diff --git a/editors/texmaker/distinfo b/editors/texmaker/distinfo
index 12484340b29c..4fe77cbe0d7a 100644
--- a/editors/texmaker/distinfo
+++ b/editors/texmaker/distinfo
@@ -1,2 +1,2 @@
-SHA256 (texmaker-3.3.3.tar.bz2) = 5bb4c6e74e70d5d8f231f67a3d6895fa482f602720491d75d4b8813ecd49e92d
-SIZE (texmaker-3.3.3.tar.bz2) = 8023823
+SHA256 (texmaker-3.4.tar.bz2) = 0075128ab2e3342722900b3ee2b2870638ea333837d3beb2fadb9ebd0fdf6310
+SIZE (texmaker-3.4.tar.bz2) = 13059853
diff --git a/editors/texmaker/pkg-plist b/editors/texmaker/pkg-plist
index 0209bdb86feb..e86a831dc0e6 100644
--- a/editors/texmaker/pkg-plist
+++ b/editors/texmaker/pkg-plist
@@ -17,6 +17,7 @@ share/texmaker/README_de_DE_frami.txt
share/texmaker/README_en_US.txt
share/texmaker/README_es_ES.txt
share/texmaker/README_hu_HU.txt
+share/texmaker/README_pl.txt
share/texmaker/atd.css
share/texmaker/cs_CZ.aff
share/texmaker/cs_CZ.dic
@@ -84,6 +85,8 @@ share/texmaker/jquery.atd.textarea.js
share/texmaker/latexhelp.html
share/texmaker/nl_NL.aff
share/texmaker/nl_NL.dic
+share/texmaker/pl_PL.aff
+share/texmaker/pl_PL.dic
share/texmaker/qt_cs.qm
share/texmaker/qt_de.qm
share/texmaker/qt_es.qm
@@ -106,6 +109,7 @@ share/texmaker/texmaker_hu.qm
share/texmaker/texmaker_it.qm
share/texmaker/texmaker_nl.qm
share/texmaker/texmaker_pl.qm
+share/texmaker/texmaker_pt.qm
share/texmaker/texmaker_pt_BR.qm
share/texmaker/texmaker_ru.qm
share/texmaker/texmaker_se.qm