diff options
author | makc <makc@FreeBSD.org> | 2015-02-10 20:16:23 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-02-10 20:16:23 +0800 |
commit | b7bff2b13f6391b48cafa19d554dcccce40fcd0c (patch) | |
tree | 6578280adcc015c2905ac243b56d94f0afdbe260 /editors/texmaker | |
parent | 4efb80ae177494c1a96fe5e164113d514ae90d67 (diff) | |
download | freebsd-ports-gnome-b7bff2b13f6391b48cafa19d554dcccce40fcd0c.tar.gz freebsd-ports-gnome-b7bff2b13f6391b48cafa19d554dcccce40fcd0c.tar.zst freebsd-ports-gnome-b7bff2b13f6391b48cafa19d554dcccce40fcd0c.zip |
editors/texmaker:
- Update to 4.4.1
- Add explicit PORTREVISION, hopefully people won't mistakenly bump PORTEPOCH anymore
Diffstat (limited to 'editors/texmaker')
-rw-r--r-- | editors/texmaker/Makefile | 3 | ||||
-rw-r--r-- | editors/texmaker/distinfo | 4 | ||||
-rw-r--r-- | editors/texmaker/files/patch-texmaker.pro | 10 | ||||
-rw-r--r-- | editors/texmaker/pkg-plist | 4 |
4 files changed, 12 insertions, 9 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 0e86a4e557f0..af79d994389c 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= texmaker -PORTVERSION= 4.3 +PORTVERSION= 4.4.1 +PORTREVISION= 0 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ diff --git a/editors/texmaker/distinfo b/editors/texmaker/distinfo index cf9392f141ba..65819178894f 100644 --- a/editors/texmaker/distinfo +++ b/editors/texmaker/distinfo @@ -1,2 +1,2 @@ -SHA256 (texmaker-4.3.tar.bz2) = 670eef7c51630342c87f1c2a77da0b36798fdb971c7893841e13c9342b18da51 -SIZE (texmaker-4.3.tar.bz2) = 11334013 +SHA256 (texmaker-4.4.1.tar.bz2) = 80939493ffb6c92f47c47109dff6de4c91259244247e90ddfb1bb6153559b4b4 +SIZE (texmaker-4.4.1.tar.bz2) = 11274997 diff --git a/editors/texmaker/files/patch-texmaker.pro b/editors/texmaker/files/patch-texmaker.pro index 2abbb629cfe4..457dccb26379 100644 --- a/editors/texmaker/files/patch-texmaker.pro +++ b/editors/texmaker/files/patch-texmaker.pro @@ -1,6 +1,6 @@ ---- texmaker.pro.orig 2014-07-29 04:02:06 UTC +--- texmaker.pro.orig 2014-12-14 22:51:47 UTC +++ texmaker.pro -@@ -390,13 +390,6 @@ +@@ -393,13 +393,6 @@ utilities.files = doc/doc1.png \ utilities/AUTHORS \ utilities/COPYING \ utilities/CHANGELOG.txt \ @@ -11,10 +11,10 @@ - utilities/texmaker64x64.png \ - utilities/texmaker128x128.png \ - utilities/texmaker.svg \ - scripts/titlecase.tms \ + scripts/titlecase_selection.tms \ + scripts/hardwordwrap_selection_80col.tms \ locale/qt_cs.qm \ - locale/qt_de.qm \ -@@ -470,4 +463,20 @@ +@@ -475,4 +468,20 @@ INSTALLS += desktop icon.files = utilities/texmaker.png INSTALLS += icon diff --git a/editors/texmaker/pkg-plist b/editors/texmaker/pkg-plist index d5e0bf886683..e27ce50b3554 100644 --- a/editors/texmaker/pkg-plist +++ b/editors/texmaker/pkg-plist @@ -79,6 +79,7 @@ share/texmaker/es_ES.aff share/texmaker/es_ES.dic share/texmaker/fr_FR.aff share/texmaker/fr_FR.dic +share/texmaker/hardwordwrap_selection_80col.tms share/texmaker/hu_HU.aff share/texmaker/hu_HU.dic share/texmaker/it_IT.aff @@ -122,9 +123,10 @@ share/texmaker/texmaker_ru.qm share/texmaker/texmaker_se.qm share/texmaker/texmaker_sr.qm share/texmaker/texmaker_uk.qm +share/texmaker/texmaker_vi_VN.qm share/texmaker/texmaker_zh_CN.qm share/texmaker/texmaker_zh_TW.qm -share/texmaker/titlecase.tms +share/texmaker/titlecase_selection.tms share/texmaker/usermanual_en.html share/texmaker/usermanual_fr.html share/texmaker/usermanual_hu.html |