From owner-svn-ports-head@FreeBSD.ORG Tue Jun 11 09:36:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6AC48918; Tue, 11 Jun 2013 09:36:05 +0000 (UTC) (envelope-from rakuco@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 5D692182E; Tue, 11 Jun 2013 09:36:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5B9a58S069031; Tue, 11 Jun 2013 09:36:05 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5B9a5BS069030; Tue, 11 Jun 2013 09:36:05 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201306110936.r5B9a5BS069030@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 11 Jun 2013 09:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320544 - head/print/lyx16 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, 11 Jun 2013 09:36:05 -0000 Author: rakuco Date: Tue Jun 11 09:36:04 2013 New Revision: 320544 URL: http://svnweb.freebsd.org/changeset/ports/320544 Log: Deprecate print/lyx16 and expire it in 1 month. The final release of the 1.6 series was made around 2 years ago, and the 2.x series should be stable enough now. Concretely, this port probably has problems building with clang, and there isn't much point in keeping it around with duct tape just for the sake of it. Modified: head/print/lyx16/Makefile Modified: head/print/lyx16/Makefile ============================================================================== --- head/print/lyx16/Makefile Tue Jun 11 09:14:26 2013 (r320543) +++ head/print/lyx16/Makefile Tue Jun 11 09:36:04 2013 (r320544) @@ -24,6 +24,9 @@ CONFLICTS= lyx-1.4* lyx-devel-* lyx-2* MAJOR_VERSION= 1.6 MINOR_VERSION= 10 +DEPRECATED= Unmaintained upstream, upgrading to the 2.x series is advised +EXPIRATION_DATE= 2013-07-11 + USE_BZIP2= yes USE_GMAKE= yes USE_QT4= gui moc_build uic_build rcc_build