Index: head/sysutils/nsysctl/files/patch-opaque.c =================================================================== --- head/sysutils/nsysctl/files/patch-opaque.c (revision 498292) +++ head/sysutils/nsysctl/files/patch-opaque.c (nonexistent) @@ -1,20 +0,0 @@ ---- opaque.c.orig 2019-02-20 00:22:27 UTC -+++ opaque.c -@@ -54,13 +54,17 @@ - #include //assert - #include //warnx - #include //errno -+#if defined(__amd64__) || defined(__i386__) - #include -+#endif - #include - #include //printf - #include //free - #include //strdup - #include //getpagesize -+#if defined(__amd64__) || defined(__i386__) - #include -+#endif - - #include - #include Property changes on: head/sysutils/nsysctl/files/patch-opaque.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/nsysctl/Makefile =================================================================== --- head/sysutils/nsysctl/Makefile (revision 498292) +++ head/sysutils/nsysctl/Makefile (revision 498293) @@ -1,24 +1,27 @@ # $FreeBSD$ PORTNAME= nsysctl -DISTVERSION= 0.1 +DISTVERSION= 0.1.1 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com COMMENT= New sysctl utility with libxo and extra options LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libsysctlmibinfo.so:devel/libsysctlmibinfo + USE_GITLAB= yes + GL_ACCOUNT= alfix -GL_COMMIT= 102780d056c2f03d1653f7c3f0bd9d8d5d4e91fd +GL_COMMIT= f71d2fded69b95808f9247f7e01866d7a92b7ff9 PLIST_FILES= bin/${PORTNAME} \ man/man8/${PORTNAME}.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ .include Index: head/sysutils/nsysctl/distinfo =================================================================== --- head/sysutils/nsysctl/distinfo (revision 498292) +++ head/sysutils/nsysctl/distinfo (revision 498293) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550625855 -SHA256 (alfix-nsysctl-102780d056c2f03d1653f7c3f0bd9d8d5d4e91fd_GL0.tar.gz) = fa4759161e57b47a1040fca525c238120fb9153ca305e4672cfcc4ed9064bf0a -SIZE (alfix-nsysctl-102780d056c2f03d1653f7c3f0bd9d8d5d4e91fd_GL0.tar.gz) = 16835 +TIMESTAMP = 1553608252 +SHA256 (alfix-nsysctl-f71d2fded69b95808f9247f7e01866d7a92b7ff9_GL0.tar.gz) = c0bbcba0f5f22d7f59a4897e42f87a7124d65cc19182039bf3bd325430de0624 +SIZE (alfix-nsysctl-f71d2fded69b95808f9247f7e01866d7a92b7ff9_GL0.tar.gz) = 16193