aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/verlihub/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-02-16 17:27:29 +0000
committerRene Ladan <rene@FreeBSD.org>2019-02-16 17:27:29 +0000
commit4a8ab979b3dd2e64b28d1d5c2ee959ca26d7e008 (patch)
treedd634af1de83da960df3d50bf1cac1e2a27cae54 /net-p2p/verlihub/Makefile
parent1481f7fd5be642fb853cc806effb55989751778a (diff)
Remove expired ports:
2019-02-15 net-p2p/verlihub: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible 2019-02-15 net-p2p/verlihub-plugins: Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible 2019-02-15 net-p2p/verlihub-plugins-chatroom: Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible 2019-02-15 net-p2p/verlihub-plugins-floodprotect: Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible 2019-02-15 net-p2p/verlihub-plugins-forbid: Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible 2019-02-15 net-p2p/verlihub-plugins-iplog: Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible 2019-02-15 net-p2p/verlihub-plugins-isp: Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible 2019-02-15 net-p2p/verlihub-plugins-luascript: Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible 2019-02-15 net-p2p/verlihub-plugins-messanger: Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible 2019-02-15 net-p2p/verlihub-plugins-stats: Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
Notes
Notes: svn path=/head/; revision=493051
Diffstat (limited to 'net-p2p/verlihub/Makefile')
-rw-r--r--net-p2p/verlihub/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile
deleted file mode 100644
index 073e57f339e8..000000000000
--- a/net-p2p/verlihub/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Bill Cadwallader <hurbold@yahoo.com>
-# $FreeBSD$
-
-PORTNAME= verlihub
-DISTVERSION= 0.9.8e-r2
-PORTREVISION= 7
-PORTEPOCH= 1
-CATEGORIES= net-p2p
-MASTER_SITES= SF/${PORTNAME}/Verlihub/${DISTVERSION}
-
-MAINTAINER= me@skylord.ru
-COMMENT= Direct Connect protocol server (Hub)
-
-# XXX: Actually, bash isn't required for building,
-# but otherwise configure script would pick the wrong path
-BUILD_DEPENDS= bash:shells/bash
-LIB_DEPENDS= libGeoIP.so:net/GeoIP \
- libpcre.so:devel/pcre
-RUN_DEPENDS= bash:shells/bash
-
-DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
-EXPIRATION_DATE=2019-02-15
-
-LIBS+= -L${LOCALBASE}/lib
-USE_RC_SUBR= verlihub
-USES= libtool ssl
-USE_MYSQL= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-SUB_FILES+= pkg-message
-
-post-patch:
- @${REINPLACE_CMD} -e 's|for libpath in /|for libpath in ${PREFIX} /|g' ${WRKSRC}/config_geoip
-
-.include <bsd.port.mk>