Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157955598
D2339.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D2339.diff
View Options
Index: net/axa/Makefile
===================================================================
--- net/axa/Makefile
+++ net/axa/Makefile
@@ -1,11 +1,9 @@
# $FreeBSD$
PORTNAME= axa
-PORTVERSION= 1.0.0
-# Use GH_TAGNAME until USE_GITHUB can cope with / in DISTVERSIONPREFIX
-#DISTVERSIONPREFIX= tags/v
-PORTREVISION= 1
+PORTVERSION= 1.1.1
CATEGORIES= net dns
+MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= AXA library and tools
@@ -20,14 +18,12 @@
libwdns.so:${PORTSDIR}/dns/wdns
RUN_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg
-USE_GITHUB= yes
-GH_ACCOUNT= farsightsec
-GH_TAGNAME= tags/v${PORTVERSION}
-
GNU_CONFIGURE= yes
-USES= autoreconf gmake libtool pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig
CONFIGURE_SHELL= ${LOCALBASE}/bin/bash
USE_LDCONFIG= yes
+USE_OPENSSL= yes
+WITH_OPENSSL_PORT= yes
PORTDOCS= *
@@ -44,7 +40,7 @@
post-install:
# install-strip does not strip libaxa.so
${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libaxa.so.0.0.0
- (cd ${WRKSRC}/doc/doxygen && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
.endif
.include <bsd.port.mk>
Index: net/axa/distinfo
===================================================================
--- net/axa/distinfo
+++ net/axa/distinfo
@@ -1,2 +1,2 @@
-SHA256 (farsightsec-axa-1.0.0-tags-v1.0.0_GH0.tar.gz) = 61c67185983d38d648f903a5743f9adcc343c32264a870f92f4eff3e9855a3e3
-SIZE (farsightsec-axa-1.0.0-tags-v1.0.0_GH0.tar.gz) = 150853
+SHA256 (axa-1.1.1.tar.gz) = 6f6457f53c420dc684fe81999573cc2ffd90c544c91531e348c1cb1c3189576a
+SIZE (axa-1.1.1.tar.gz) = 482016
Index: net/axa/pkg-plist
===================================================================
--- net/axa/pkg-plist
+++ net/axa/pkg-plist
@@ -1,4 +1,8 @@
+bin/axa_link_certs
+bin/axa_make_cert
+bin/axa_server_cert
bin/radtool
+bin/radtunnel
bin/sratool
bin/sratunnel
%%ETCDIR%%/fields
@@ -20,5 +24,9 @@
lib/libaxa.so.0.0.0
libdata/pkgconfig/libaxa.pc
man/man1/radtool.1.gz
+man/man1/radtunnel.1.gz
man/man1/sratool.1.gz
man/man1/sratunnel.1.gz
+man/man8/axa_link_certs.8.gz
+man/man8/axa_make_cert.8.gz
+man/man8/axa_server_cert.8.gz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 27, 9:49 PM (18 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33565543
Default Alt Text
D2339.diff (2 KB)
Attached To
Mode
D2339: Update net/axa to 1.1.1
Attached
Detach File
Event Timeline
Log In to Comment