1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Update to 0.7.6

This commit is contained in:
Baptiste Daroussin 2021-01-06 09:45:46 +00:00
parent 0a91fad5d7
commit 4e147b53f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560489
3 changed files with 19 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lowdown
PORTVERSION= 0.7.5
PORTVERSION= 0.7.6
CATEGORIES= textproc
MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1608108463
SHA256 (lowdown-0.7.5.tar.gz) = 7ca5f791f04d49f78bc5af0bc8b1c3271ba40a4fc932ec6fb1c1bcb73dc4879f
SIZE (lowdown-0.7.5.tar.gz) = 188326
TIMESTAMP = 1609925951
SHA256 (lowdown-0.7.6.tar.gz) = e24a9a4f77137a787db3be24dd19276b527aeb693920ad345ae52a892e6556fd
SIZE (lowdown-0.7.6.tar.gz) = 190611

View File

@ -0,0 +1,15 @@
--- configure.orig 2021-01-05 22:22:12 UTC
+++ configure
@@ -56,12 +56,6 @@ echo "config.log: writing..."
MAKE_FLAGS=""
-if [ -n "${MAKELEVEL}" ]; then
- if [ "${MAKELEVEL}" -gt 0 ] ; then
- MAKE_FLAGS="--no-print-directory"
- fi
-fi
-
if [ -n "$MAKE_FLAGS" ]; then
echo "GNU submake detected: using --no-print-directory" 1>&2
echo "GNU submake detected: using --no-print-directory" 1>&3