- Update to 2.43c which fixes the build and fixes other bugs.
- Update maintainer email address. - While here respect custom prefix. PR: ports/138528 Submitted by: Andreas Wetzel <mickey242@gmx.net>
This commit is contained in:
parent
2799375513
commit
4768e5ef62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240871
2 changed files with 7 additions and 12 deletions
|
@ -6,14 +6,15 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= vserver
|
PORTNAME= vserver
|
||||||
PORTVERSION= 2.43a
|
PORTVERSION= 2.43c
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://www.enforcer.cc/vchat/filez/
|
MASTER_SITES= http://www.enforcer.cc/vchat/filez/
|
||||||
|
|
||||||
MAINTAINER= mickey@netassembly.de
|
MAINTAINER= mickey@enforcer.cc
|
||||||
COMMENT= Server software of the VChat conference system
|
COMMENT= Server software of the VChat conference system
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS+= --prefix="${PREFIX}" --mandir="${PREFIX}/man"
|
||||||
USE_RC_SUBR= vserver
|
USE_RC_SUBR= vserver
|
||||||
|
|
||||||
MAN8= vchatctl.8 vserver.8
|
MAN8= vchatctl.8 vserver.8
|
||||||
|
@ -28,12 +29,6 @@ SUB_LIST+= VCHATUSER=${VCHATUSER} \
|
||||||
PLIST_FILES= sbin/vserver sbin/vchatctl \
|
PLIST_FILES= sbin/vserver sbin/vchatctl \
|
||||||
"@dirrmtry etc/vchat"
|
"@dirrmtry etc/vchat"
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${OSVERSION} >= 700042
|
|
||||||
BROKEN= Does not compile with GCC 4.2
|
|
||||||
.endif
|
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${SETENV} PKG_PREFIX=${PREFIX} \
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
||||||
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||||
|
@ -42,4 +37,4 @@ post-install:
|
||||||
@${SETENV} PKG_PREFIX=${PREFIX} \
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
||||||
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (vserver-2.43a.tar.gz) = c2fae94f0cdfe438711aeede741e38f8
|
MD5 (vserver-2.43c.tar.gz) = 3a6ed26727bf3e8fcb73db192246aac6
|
||||||
SHA256 (vserver-2.43a.tar.gz) = 74e53c2a5446e3c21c025db776e56938b57a724151949057130f622eee1115fa
|
SHA256 (vserver-2.43c.tar.gz) = 0d3e998e32a51d3d3354e18463abcc5073285daaa7af6f7da18121205605346e
|
||||||
SIZE (vserver-2.43a.tar.gz) = 241481
|
SIZE (vserver-2.43c.tar.gz) = 236422
|
||||||
|
|
Loading…
Reference in a new issue