mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Fix issues in previous commit
PR: 230556 Reported by: tobik Pointyhat to: swills
This commit is contained in:
parent
9182ab1270
commit
e59ea98af1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479021
@ -2,10 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ss5
|
||||
PORTVERSION= 3.8.9
|
||||
DISTVERSIONSUFFIX= -8
|
||||
DISTVERSION= 3.8.9-8
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}${DISTVERSIONSUFFIX}
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
|
||||
|
||||
MAINTAINER= raffaele.delorenzo@libero.it
|
||||
COMMENT= SOCKS v4/v5 application layer gateway with many features
|
||||
@ -13,7 +12,7 @@ COMMENT= SOCKS v4/v5 application layer gateway with many features
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/License
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]+//}
|
||||
|
||||
USES= ssl
|
||||
USE_OPENLDAP= yes
|
||||
|
@ -1,9 +1,3 @@
|
||||
%%ETCDIR%%/ss5.conf
|
||||
%%ETCDIR%%/ss5.conf.sample
|
||||
%%ETCDIR%%/ss5.ha
|
||||
%%ETCDIR%%/ss5.ha.sample
|
||||
%%ETCDIR%%/ss5.passwd
|
||||
%%ETCDIR%%/ss5.passwd.sample
|
||||
lib/ss5/mod_authentication.so
|
||||
lib/ss5/mod_authorization.so
|
||||
lib/ss5/mod_balance.so
|
||||
@ -38,3 +32,6 @@ sbin/ss5srv
|
||||
%%DATADIR%%/statmgr.cgi
|
||||
@dir /var/log/ss5
|
||||
@dir /var/run/ss5
|
||||
@sample %%ETCDIR%%/ss5.conf.sample
|
||||
@sample %%ETCDIR%%/ss5.ha.sample
|
||||
@sample %%ETCDIR%%/ss5.passwd.sample
|
||||
|
Loading…
Reference in New Issue
Block a user