summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorArmin Pirkovitsch <sperber@FreeBSD.org>2012-07-19 17:26:48 +0000
committerArmin Pirkovitsch <sperber@FreeBSD.org>2012-07-19 17:26:48 +0000
commitd892838835e4965ff3d59dccac594dc118ac208a (patch)
treedac39c3a8dd34371873eb029ddb18076f583cbd9 /editors
parent- Update MASTER_SITES and WWW: line (diff)
- Update to version 5.2.3
PR: ports/169410 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
Notes
Notes: svn path=/head/; revision=301165
Diffstat (limited to 'editors')
-rw-r--r--editors/mp/Makefile5
-rw-r--r--editors/mp/distinfo4
-rw-r--r--editors/mp/files/patch-mpdn__config.sh2
3 files changed, 5 insertions, 6 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile
index 6ae402948c63..ae4a6b82c392 100644
--- a/editors/mp/Makefile
+++ b/editors/mp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mp
-PORTVERSION= 5.2.2
+PORTVERSION= 5.2.3
CATEGORIES= editors
MASTER_SITES= http://triptico.com/download/
@@ -21,7 +21,6 @@ OPTIONS_SINGLE= GUI
OPTIONS_SINGLE_GUI= GTK2 QT4
OPTIONS_DEFAULT= PCRE
-WANT_GNOME= yes
USE_NCURSES= yes
USE_ICONV= yes
HAS_CONFIGURE= yes
@@ -57,7 +56,7 @@ CONFIGURE_ARGS+= --without-qt4
.endif
.if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --with-pcre
.endif
diff --git a/editors/mp/distinfo b/editors/mp/distinfo
index b81589debdbe..08843588adc0 100644
--- a/editors/mp/distinfo
+++ b/editors/mp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mp-5.2.2.tar.gz) = f4c04315e6a0a3b831f218f73904afd3c227aa18b67ab21b39dffbb54edfea1f
-SIZE (mp-5.2.2.tar.gz) = 583918
+SHA256 (mp-5.2.3.tar.gz) = 53a3d8e335b663d7c43bc6d6ecd3be5df2f9950827be194a786e203383b7e5fa
+SIZE (mp-5.2.3.tar.gz) = 685427
diff --git a/editors/mp/files/patch-mpdn__config.sh b/editors/mp/files/patch-mpdn__config.sh
index b39cbb1fb50c..d5daa8cea74e 100644
--- a/editors/mp/files/patch-mpdn__config.sh
+++ b/editors/mp/files/patch-mpdn__config.sh
@@ -23,7 +23,7 @@
else
# try now with -liconv
- TMP_LDFLAGS="-liconv"
-+ TMP_CFLAGS="-I%%LOCALBASE%%/include -liconv"
++ TMP_CFLAGS="-I%%LOCALBASE%%/include"
+ TMP_LDFLAGS="-L%%LOCALBASE%%/lib -liconv"
- $CC .tmp.c $TMP_LDFLAGS -o .tmp.o 2>> .config.log