From owner-svn-ports-head@FreeBSD.ORG Tue Dec 4 23:56:22 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92B38D2C; Tue, 4 Dec 2012 23:56:22 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 765418FC08; Tue, 4 Dec 2012 23:56:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB4NuM7a007308; Tue, 4 Dec 2012 23:56:22 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB4NuMmW007307; Tue, 4 Dec 2012 23:56:22 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201212042356.qB4NuMmW007307@svn.freebsd.org> From: Bryan Drewery Date: Tue, 4 Dec 2012 23:56:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308287 - head/textproc/libpathan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 23:56:22 -0000 Author: bdrewery Date: Tue Dec 4 23:56:21 2012 New Revision: 308287 URL: http://svnweb.freebsd.org/changeset/ports/308287 Log: - Mark deprecated. Upstream advises [1] that the project is no longer active and that textproc/xqilla replaces it [1] http://www.corefiling.com/opensource/pathan.html Feature safe: yes Modified: head/textproc/libpathan/Makefile Modified: head/textproc/libpathan/Makefile ============================================================================== --- head/textproc/libpathan/Makefile Tue Dec 4 23:29:56 2012 (r308286) +++ head/textproc/libpathan/Makefile Tue Dec 4 23:56:21 2012 (r308287) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpathan -# Date created: Nov 4 2003 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= libpathan PORTVERSION= 2.0 @@ -18,6 +14,9 @@ COMMENT= Validating XML parser from the LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:extract +DEPRECATED= Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla +EXPIRATION_DATE=2013-01-04 + USE_BISON= build USE_GMAKE= yes USE_PERL5= yes