Date: Fri, 11 Jan 2019 21:09:02 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490017 - head/devel/physfs-devel Message-ID: <201901112109.x0BL92Bv016635@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jan 11 21:09:02 2019 New Revision: 490017 URL: https://svnweb.freebsd.org/changeset/ports/490017 Log: - Mark IGNORE as this is currently the same as devel/physfs, and installing this port has no purpose and may introduce conflicts - DEPRECATE and expire in 2 months as physfs is unlikely to have any breaking changes in foreseeable future for this port to be needed PR: 234477 Approved by: maintainer timeout (oliver, 2 weeks) Modified: head/devel/physfs-devel/Makefile Modified: head/devel/physfs-devel/Makefile ============================================================================== --- head/devel/physfs-devel/Makefile Fri Jan 11 20:57:34 2019 (r490016) +++ head/devel/physfs-devel/Makefile Fri Jan 11 21:09:02 2019 (r490017) @@ -13,6 +13,10 @@ COMMENT= Library to provide abstract access to various CONFLICTS_INSTALL= physfs-[0-9]* +IGNORE= use devel/physfs +DEPRECATED= is the same as devel/physfs, serving no purpose +EXPIRATION_DATE=2019-03-12 + USES= cmake:insource readline tar:bzip2 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901112109.x0BL92Bv016635>