Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2019 06:22:11 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503798 - head/devel/libevent-hiphop
Message-ID:  <201906090622.x596MBgn047486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906090622.x596MBgn047486>