diff options
author | sperber <sperber@FreeBSD.org> | 2012-07-20 01:26:48 +0800 |
---|---|---|
committer | sperber <sperber@FreeBSD.org> | 2012-07-20 01:26:48 +0800 |
commit | 391b34d89960f19270569693ad556e95d8cd969e (patch) | |
tree | dac39c3a8dd34371873eb029ddb18076f583cbd9 /editors | |
parent | 825b5884a9132d14810df18373fa448f078dbcdb (diff) | |
download | freebsd-ports-gnome-391b34d89960f19270569693ad556e95d8cd969e.tar.gz freebsd-ports-gnome-391b34d89960f19270569693ad556e95d8cd969e.tar.zst freebsd-ports-gnome-391b34d89960f19270569693ad556e95d8cd969e.zip |
- Update to version 5.2.3
PR: ports/169410
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mp/Makefile | 5 | ||||
-rw-r--r-- | editors/mp/distinfo | 4 | ||||
-rw-r--r-- | editors/mp/files/patch-mpdn__config.sh | 2 |
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 |