Update to version 0.4.2
PR: 161634 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
9e2a0193dd
commit
a223a58cf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283804
4 changed files with 23 additions and 15 deletions
|
@ -5,18 +5,29 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sl2tps
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= archie
|
||||
PORTNAME= sl2tps
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/libpdel/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple L2TP server based on libpdel(3) and netgraph(4)
|
||||
|
||||
LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
||||
MAN1= sl2tps.1
|
||||
MANCOMPRESSED= maybe
|
||||
LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel
|
||||
|
||||
MANCOMPRESSED= maybe
|
||||
MAN1= sl2tps.1
|
||||
PLIST_FILES= bin/sl2tps %%ETCDIR%%/config.xml.sample
|
||||
PLIST_DIRS= %%ETCDIR%%
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|$${PREFIX}/include|$${LOCALBASE}/include|g ; \
|
||||
s|-pthread|${PTHREAD_LIBS}|g ; \
|
||||
/-g/s|^CFLAGS|#CFLAGS|g ; \
|
||||
s|$${PREFIX}/lib|$${LOCALBASE}/lib|g' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (sl2tps-0.4.tar.gz) = 7ceb370b879fca678d0d46ca5de9c604325dcb25c73d00ca1ea6ec897ceed44b
|
||||
SIZE (sl2tps-0.4.tar.gz) = 12271
|
||||
SHA256 (sl2tps-0.4.2.tar.gz) = 0d25b67fc735d0d9b064802b27abbb1aa25e76a4a0cd6e8ad5dce3db6a84c227
|
||||
SIZE (sl2tps-0.4.2.tar.gz) = 12264
|
||||
|
|
|
@ -4,4 +4,4 @@ to handle configuration and negotiation in user land, while routing
|
|||
all data packets strictly in the kernel. It is configured via an
|
||||
XML configuration file.
|
||||
|
||||
WWW: http://www.dellroad.org/sl2tps/index
|
||||
WWW: http://sourceforge.net/projects/libpdel/
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
bin/sl2tps
|
||||
etc/sl2tps/config.xml.sample
|
||||
@dirrm etc/sl2tps
|
Loading…
Reference in a new issue