svn commit: r347138 - head/editors/texmaker

Max Brazhnikov makc at FreeBSD.org
Wed Mar 5 19:40:19 UTC 2014


Author: makc
Date: Wed Mar  5 19:40:18 2014
New Revision: 347138
URL: http://svnweb.freebsd.org/changeset/ports/347138
QAT: https://qat.redports.org/buildarchive/r347138/

Log:
  editors/texmaker:
  - Update to 4.1.1
  - manual stripping of installed binaries is not needed anymore

Modified:
  head/editors/texmaker/Makefile
  head/editors/texmaker/distinfo
  head/editors/texmaker/pkg-plist

Modified: head/editors/texmaker/Makefile
==============================================================================
--- head/editors/texmaker/Makefile	Wed Mar  5 19:08:53 2014	(r347137)
+++ head/editors/texmaker/Makefile	Wed Mar  5 19:40:18 2014	(r347138)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	texmaker
-PORTVERSION=	4.1
-PORTREVISION=	1
+PORTVERSION=	4.1.1
 PORTEPOCH=	2
 CATEGORIES=	editors
 MASTER_SITES=	http://www.xm1math.net/texmaker/
@@ -26,14 +25,9 @@ QMAKE_ARGS=	ICONDIR=${PREFIX}/share/pixm
 OPTIONS_DEFINE=	GV XDVI
 
 GV_DESC=	View ps files with gv
-GV_RUN_DEPENDS+=	gv:${PORTSDIR}/print/gv
+GV_RUN_DEPENDS=	gv:${PORTSDIR}/print/gv
 
 XDVI_DESC=	View dvi files with xdvi
-XDVI_RUN_DEPENDS+=	xdvi:${PORTSDIR}/print/xdvik
-
-STRIP_FILES=	bin/texmaker
-
-post-install:
-	${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,}
+XDVI_RUN_DEPENDS=	xdvi:${PORTSDIR}/print/xdvik
 
 .include <bsd.port.mk>

Modified: head/editors/texmaker/distinfo
==============================================================================
--- head/editors/texmaker/distinfo	Wed Mar  5 19:08:53 2014	(r347137)
+++ head/editors/texmaker/distinfo	Wed Mar  5 19:40:18 2014	(r347138)
@@ -1,2 +1,2 @@
-SHA256 (texmaker-4.1.tar.bz2) = d5a460b15200421c68e10bf736cb3be0c26148de55f642a41be7226b6f89bc20
-SIZE (texmaker-4.1.tar.bz2) = 10524563
+SHA256 (texmaker-4.1.1.tar.bz2) = 9ff0a72d62021e1110319ed7d0d939938495797726716ae998bc006770ebb9c0
+SIZE (texmaker-4.1.1.tar.bz2) = 11258665

Modified: head/editors/texmaker/pkg-plist
==============================================================================
--- head/editors/texmaker/pkg-plist	Wed Mar  5 19:08:53 2014	(r347137)
+++ head/editors/texmaker/pkg-plist	Wed Mar  5 19:40:18 2014	(r347138)
@@ -18,7 +18,10 @@ 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/README_pt_PT.txt
 share/texmaker/atd.css
+share/texmaker/ca_CA.aff
+share/texmaker/ca_CA.dic
 share/texmaker/cs_CZ.aff
 share/texmaker/cs_CZ.dic
 share/texmaker/csshttprequest.js
@@ -87,6 +90,8 @@ share/texmaker/nl_NL.aff
 share/texmaker/nl_NL.dic
 share/texmaker/pl_PL.aff
 share/texmaker/pl_PL.dic
+share/texmaker/pt_PT.aff
+share/texmaker/pt_PT.dic
 share/texmaker/qt_cs.qm
 share/texmaker/qt_de.qm
 share/texmaker/qt_es.qm


More information about the svn-ports-head mailing list