1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Update to 0.3.2

This commit is contained in:
Baptiste Daroussin 2018-04-23 07:50:26 +00:00
parent cdff0814d3
commit 878a7caff0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468078
3 changed files with 4 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lowdown
PORTVERSION= 0.3.1
PORTVERSION= 0.3.2
CATEGORIES= textproc
MASTER_SITES= http://kristaps.bsd.lv/lowdown/snapshots/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1509451683
SHA256 (lowdown-0.3.1.tar.gz) = 9e3796c7f819a3d28a8e304eac60da62e98fa996cae4131da971d8deaea44766
SIZE (lowdown-0.3.1.tar.gz) = 87414
TIMESTAMP = 1524469740
SHA256 (lowdown-0.3.2.tar.gz) = 740cf6025c43ceaae9bcc1ffc3e94986aa62d65d91ef8173d444a1977c562094
SIZE (lowdown-0.3.2.tar.gz) = 87991

View File

@ -1,11 +0,0 @@
--- tests.c.orig 2017-10-26 09:00:30 UTC
+++ tests.c
@@ -17,7 +17,7 @@ main(void)
}
#endif /* TEST_ARC4RANDOM */
#if TEST_CAPSICUM
-#include <sys/capability.h>
+#include <sys/capsicum.h>
int
main(void)