aboutsummaryrefslogtreecommitdiff
path: root/deskutils/menumaker
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2020-07-24 20:25:43 +0000
committerJason Helfman <jgh@FreeBSD.org>2020-07-24 20:25:43 +0000
commitb235fee0eedbfab741600ba8d38514a78df6ebfd (patch)
treed911069bb30af1e38ebcebff52a97cc437cf21ed /deskutils/menumaker
parentff49eb4e23db1598977f612d32e6edc5c5f069b8 (diff)
downloadports-b235fee0eedbfab741600ba8d38514a78df6ebfd.tar.gz
ports-b235fee0eedbfab741600ba8d38514a78df6ebfd.zip
- update to 0.99.12
Notes
Notes: svn path=/head/; revision=543379
Diffstat (limited to 'deskutils/menumaker')
-rw-r--r--deskutils/menumaker/Makefile6
-rw-r--r--deskutils/menumaker/distinfo6
-rw-r--r--deskutils/menumaker/files/patch-configure6
3 files changed, 11 insertions, 7 deletions
diff --git a/deskutils/menumaker/Makefile b/deskutils/menumaker/Makefile
index ca541faff4a2..bdcff68b6c8e 100644
--- a/deskutils/menumaker/Makefile
+++ b/deskutils/menumaker/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= menumaker
-PORTVERSION= 0.99.11
+PORTVERSION= 0.99.12
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}
@@ -21,4 +21,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
INFO= mmaker
+post-install:
+ @${REINPLACE_CMD} -i '' -e '1s|#!.*|#!${PYTHON_CMD}|' \
+ ${STAGEDIR}${LOCALBASE}/bin/mmaker
+
.include <bsd.port.mk>
diff --git a/deskutils/menumaker/distinfo b/deskutils/menumaker/distinfo
index d6af0461b39f..bc4a53eef231 100644
--- a/deskutils/menumaker/distinfo
+++ b/deskutils/menumaker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565281986
-SHA256 (menumaker-0.99.11.tar.gz) = 9d831adbaef2101d8b8d82e48d764c2c1a80a38e97dcf90740eb540e6db3f936
-SIZE (menumaker-0.99.11.tar.gz) = 205196
+TIMESTAMP = 1591675191
+SHA256 (menumaker-0.99.12.tar.gz) = e3a3566186a5a9ed4d721c1e7788a5af243c8c8a45b96fe6fff3e94580289b0c
+SIZE (menumaker-0.99.12.tar.gz) = 206208
diff --git a/deskutils/menumaker/files/patch-configure b/deskutils/menumaker/files/patch-configure
index a7ef3a1b9f22..e2aa165eb2d2 100644
--- a/deskutils/menumaker/files/patch-configure
+++ b/deskutils/menumaker/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig 2019-08-08 16:26:40 UTC
+--- configure.orig 2020-06-09 04:06:02 UTC
+++ configure
@@ -3507,7 +3507,7 @@ fi
$as_echo_n "checking for python build information... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
$as_echo "" >&6; }
--for python in python3 python3.4 python3.3 python3.2 python3.1 python3.0 python python2.7; do
-+for python in python3 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python python2.7; do
+-for python in python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python python2 python2.7; do
++for python in python3 python3.8 python3.7 python3.6 python3.5 python3.0 python python2 python2.7; do
for ac_prog in $python
do
# Extract the first word of "$ac_prog", so it can be a program name with args.