From owner-cvs-ports@FreeBSD.ORG Thu Feb 2 14:13:31 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3DEB106564A; Thu, 2 Feb 2012 14:13:30 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C582C8FC12; Thu, 2 Feb 2012 14:13:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q12EDUQK059413; Thu, 2 Feb 2012 14:13:30 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q12EDUSJ059412; Thu, 2 Feb 2012 14:13:30 GMT (envelope-from danfe) Message-Id: <201202021413.q12EDUSJ059412@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 2 Feb 2012 14:13:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/clex Makefile distinfo pkg-descr pkg-plist ports/misc/clex/files patch-control.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2012 14:13:31 -0000 danfe 2012-02-02 14:13:30 UTC FreeBSD ports repository Modified files: misc/clex Makefile distinfo pkg-descr Added files: misc/clex/files patch-control.c Removed files: misc/clex pkg-plist Log: - Update to version 4.6.4 - Define LICENSE (GPLv2) and remove it (and some other useless files) from PORTDOCS - Remove pkg-plist; use PLIST_FILES/PORTDOCS instead - Adjust COMMENT and canonicalize Makefile header - Always include large file support as it seems there is no reason not to enable it these days - Remove useless MASTER_SITE_SUBDIR and add missing USE_NCURSES knobs - Deorbit custom do-install target; instead use post-install for PORTDOCS - Unmute installation commands Submitted by: zeus@ibs.dn.ua (version update; cleanups and bugs are mine) Approved by: maintainer timeout (over 6 months) Revision Changes Path 1.19 +18 -18 ports/misc/clex/Makefile 1.16 +2 -2 ports/misc/clex/distinfo 1.1 +21 -0 ports/misc/clex/files/patch-control.c (new) 1.4 +9 -9 ports/misc/clex/pkg-descr 1.4 +0 -8 ports/misc/clex/pkg-plist (dead)