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:
parent
0a91fad5d7
commit
4e147b53f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560489
@ -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/
|
||||
|
||||
|
@ -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
|
||||
|
15
textproc/lowdown/files/patch-configure
Normal file
15
textproc/lowdown/files/patch-configure
Normal 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
|
Loading…
Reference in New Issue
Block a user