diff --git a/deskutils/menumaker/Makefile b/deskutils/menumaker/Makefile index b86da4d08e97..53f61681a68b 100644 --- a/deskutils/menumaker/Makefile +++ b/deskutils/menumaker/Makefile @@ -1,27 +1,27 @@ # Created by: alepulver@FreeBSD.org PORTNAME= menumaker -PORTVERSION= 0.99.13 +PORTVERSION= 0.99.14 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME} MAINTAINER= jgh@FreeBSD.org COMMENT= Menu generator for X Window Managers and desktop environments LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake python GNU_CONFIGURE= yes NO_ARCH= yes LDFLAGS+= -L${LOCALBASE}/lib INFO= mmaker post-install: @${REINPLACE_CMD} -i '' -e '1s|#!.*|#!${PYTHON_CMD}|' \ ${STAGEDIR}${LOCALBASE}/bin/mmaker .include diff --git a/deskutils/menumaker/distinfo b/deskutils/menumaker/distinfo index 913a26a8d855..5558680f7ef1 100644 --- a/deskutils/menumaker/distinfo +++ b/deskutils/menumaker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633996648 -SHA256 (menumaker-0.99.13.tar.gz) = 2415ece619edd6c9db9c1d618bbabb1c123bacda743a86a52de20cd2e2427641 -SIZE (menumaker-0.99.13.tar.gz) = 202947 +TIMESTAMP = 1647025122 +SHA256 (menumaker-0.99.14.tar.gz) = 11e95d0e76a3b850f57df81bc5560222bd60141c5751b6e9bd05c3cd5560d65a +SIZE (menumaker-0.99.14.tar.gz) = 205664 diff --git a/deskutils/menumaker/files/patch-configure b/deskutils/menumaker/files/patch-configure deleted file mode 100644 index e2aa165eb2d2..000000000000 --- a/deskutils/menumaker/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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.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.