Commit dcb66ed2 authored by Rene Ladan's avatar Rene Ladan
Browse files

Remove expired ports:

2021-05-16 www/py-django30: Has expired: Extended support has expired on April 6th, 2021. Use www/py-django31 or www/py-django32 instead
2021-05-16 net-mgmt/unifi-devel: Use net-mgmt/unifi6 instead
parent 64b90f10
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -222,6 +222,5 @@ charm-uiuc-* net/charm No commercial use: commercial use requires a commercial
namd-*			science/namd		No commercial use: commercial use requires a commercial license
vmd-*			science/vmd		No commercial use: commercial use requires a commercial license
msms-*			science/msms		No commercial use, only for use by individuals in scientific research
unifi-devel-*		net-mgmt/unifi-devel	License restrictions, see https://www.ubnt.com/eula/
netio*			benchmarks/netio	No commercial use: commercial use requires a commercial license
zerotier-*	net/zerotier	No SaaS or Govt usage: https://github.com/zerotier/ZeroTierOne/blob/master/LICENSE.txt
+2 −0
Original line number Diff line number Diff line
@@ -16329,3 +16329,5 @@ devel/gecode|math/gecode|2021-05-04|Move to a proper category
net-im/libqmatrixclient|net-im/libquotient|2021-05-08|Has expired: Use libQuotient (devel/libquotient) instead
devel/electron11|devel/electron12|2021-05-12|VSCode update requires a newer major version
dns/opendd||2021-05-15|Has expired: Abandonware
www/py-django30|www/py-django31|2021-05-16|Has expired: Has expired: Extended support has expired on April 6th, 2021. Use www/py-django31 or www/py-django32 instead
net-mgmt/unifi-devel|net-mgmt/unifi6|2021-05-16|Has expired: Use net-mgmt/unifi6 instead
+0 −1
Original line number Diff line number Diff line
@@ -373,7 +373,6 @@
    SUBDIR += torrus
    SUBDIR += triton-guesttools
    SUBDIR += unbound_exporter
    SUBDIR += unifi-devel
    SUBDIR += unifi-lts
    SUBDIR += unifi-poller
    SUBDIR += unifi5

net-mgmt/unifi-devel/Makefile

deleted100644 → 0
+0 −75
Original line number Diff line number Diff line
# Created by: Alban MAIRE <a.maire@s2mi.fr>

PORTNAME=	unifi
PORTVERSION=	5.11.39
PORTREVISION=	0
CATEGORIES=	net-mgmt java
MASTER_SITES=	https://dl.ui.com/unifi/${PORTVERSION}/
PKGNAMESUFFIX=	-devel
DISTNAME=	unifi_sysvinit_all
EXTRACT_SUFX=	.deb
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	bryce@bryce.net
COMMENT=	UniFi Controller development release

LICENSE=	EULA
LICENSE_NAME=	End User License Agreement
LICENSE_TEXT=	License restrictions, see https://www.ubnt.com/eula/
LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept

DEPRECATED=	Use net-mgmt/unifi6 instead
EXPIRATION_DATE=	2021-05-16

RUN_DEPENDS=	mongodb36>0:databases/mongodb36 \
		snappyjava>0:archivers/snappy-java

USES=		cpe
CPE_VENDOR=	ubnt
CPE_PRODUCT=	unifi_controller
USE_JAVA=	yes
JAVA_VERSION=	1.8
JAVA_OS=	native
JAVA_VENDOR=	openjdk bsdjava
JAVA_RUN=	yes
USE_RC_SUBR=	unifi

EXTRACT_CMD=	${AR}
EXTRACT_BEFORE_ARGS=	-p
EXTRACT_AFTER_ARGS=	data.tar.xz | ${TAR} -xf -

NO_BUILD=	yes
NO_ARCH=	yes
NO_WRKSUBDIR=	yes

USERS=		unifi
GROUPS=		unifi

SUB_LIST=	USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} \
		JAVA=${JAVA}

CONFLICTS=	unifi5-*

DIR_LIST=	conf data logs run work

post-patch:
	(cd ${WRKSRC}/usr/lib/unifi/lib && ${LN} -f -s ${JAVAJARDIR}/snappy-java.jar snappy-java-*.jar)
	${RM} -r ${WRKSRC}/usr/lib/unifi/lib/native

do-install:
	${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/unifi
	(cd ${WRKSRC}/usr/lib/unifi && ${COPYTREE_SHARE} \* ${STAGEDIR}${JAVASHAREDIR}/unifi/)
	${LN} -sf ${PREFIX}/bin/mongod ${STAGEDIR}${JAVASHAREDIR}/unifi/bin/mongod
# Create directories that will be writable by unifi
.for i in data logs run work
	${MKDIR} ${STAGEDIR}/${JAVASHAREDIR}/unifi/${i}
.endfor

post-install:
	@${FIND} -s ${STAGEDIR}${JAVASHAREDIR}/unifi -not -type d | ${SORT} | \
		${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
.for dir in ${DIR_LIST}
	@${ECHO} "@dir(unifi,wheel,) ${JAVASHAREDIR}/unifi/${dir}" >> ${TMPPLIST}
.endfor

.include <bsd.port.mk>

net-mgmt/unifi-devel/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1566723189
SHA256 (unifi-5.11.39/unifi_sysvinit_all.deb) = d2736dababcf96596a2c9ad82ee2fcbd02ee4d3a864284175b43f5afdab62f6c
SIZE (unifi-5.11.39/unifi_sysvinit_all.deb) = 97384556
Loading