svn commit: r503798 - head/devel/libevent-hiphop

Martin Matuska mm at FreeBSD.org
Sun Jun 9 06:22:12 UTC 2019


Author: mm
Date: Sun Jun  9 06:22:11 2019
New Revision: 503798
URL: https://svnweb.freebsd.org/changeset/ports/503798

Log:
  Mark devel/libevent-hiphop as deprecated and set expiration date in 1 month
  
  This port has been obsolete since 2014-08-31

Modified:
  head/devel/libevent-hiphop/Makefile

Modified: head/devel/libevent-hiphop/Makefile
==============================================================================
--- head/devel/libevent-hiphop/Makefile	Sun Jun  9 06:20:52 2019	(r503797)
+++ head/devel/libevent-hiphop/Makefile	Sun Jun  9 06:22:11 2019	(r503798)
@@ -14,15 +14,18 @@ COMMENT=	Static libevent with custom patches for HipHo
 
 LICENSE=	BSD3CLAUSE
 
-HIPHOP_DIR=	share/hiphop-php
+DEPRECATED=	Obsoleted with removal of lang/hiphop-php
+EXPIRATION_DATE=2019-07-09
 
+USES=		libtool
+
+HIPHOP_DIR=	share/hiphop-php
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-shared --enable-static
 GNU_CONFIGURE_PREFIX=	${PREFIX}/${HIPHOP_DIR}/ext
 INSTALL_TARGET=	install-libLTLIBRARIES \
 		install-includeHEADERS \
 		install-nodist_includeHEADERS
-USES=		libtool
 PLIST_SUB+=	HIPHOP_DIR="${HIPHOP_DIR}"
 
 pre-configure:


More information about the svn-ports-all mailing list