Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156489300
D19112.id54002.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D19112.id54002.diff
View Options
Index: head/devel/libgrading/Makefile
===================================================================
--- head/devel/libgrading/Makefile
+++ head/devel/libgrading/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libgrading
-PORTVERSION= 0.1.2
-PORTREVISION= 4
+PORTVERSION= 0.1.7
DISTVERSIONPREFIX= v
CATEGORIES= devel
@@ -13,13 +12,15 @@
LIB_DEPENDS= libdistance.so:devel/libdistance
+USES= cmake compiler:c++11-lib
+
USE_GITHUB= yes
GH_ACCOUNT= trombonehero
-USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
PLIST_FILES= include/libgrading.h \
+ lib/libgrading.so.${PORTVERSION} \
lib/libgrading.so
.include <bsd.port.mk>
Index: head/devel/libgrading/distinfo
===================================================================
--- head/devel/libgrading/distinfo
+++ head/devel/libgrading/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474311154
-SHA256 (trombonehero-libgrading-v0.1.2_GH0.tar.gz) = 1d0e11cf1adef7bc40df08ef1f984f4f8dcc2172d5bd1bae7a48e0871b546fa7
-SIZE (trombonehero-libgrading-v0.1.2_GH0.tar.gz) = 44136
+TIMESTAMP = 1549652024
+SHA256 (trombonehero-libgrading-v0.1.7_GH0.tar.gz) = a8bc5bc1e042a8fb80628bf7abecd01b5a3a63ec501034eb46aca606bd52efc2
+SIZE (trombonehero-libgrading-v0.1.7_GH0.tar.gz) = 48711
Index: head/devel/libgrading/files/patch-src_posix.cpp
===================================================================
--- head/devel/libgrading/files/patch-src_posix.cpp
+++ head/devel/libgrading/files/patch-src_posix.cpp
@@ -1,14 +0,0 @@
---- src/posix.cpp.orig 2016-09-19 18:47:05 UTC
-+++ src/posix.cpp
-@@ -186,6 +186,11 @@ TestResult grading::ForkTest(TestClosure
-
-
- #ifdef __FreeBSD__
-+#include <sys/param.h>
-+#endif
-+
-+#if defined(__FreeBSD__) && __FreeBSD_version >= 1001511
-+
- #include <sys/capsicum.h>
-
- #include <err.h>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 15, 1:26 AM (12 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33057346
Default Alt Text
D19112.id54002.diff (1 KB)
Attached To
Mode
D19112: devel/libgrading: update v0.1.2 -> v0.1.6
Attached
Detach File
Event Timeline
Log In to Comment