From owner-svn-ports-head@FreeBSD.ORG Tue Nov 27 11:11:56 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 59B37C90; Tue, 27 Nov 2012 11:11:56 +0000 (UTC) (envelope-from gahr@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 25E688FC08; Tue, 27 Nov 2012 11:11:56 +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 qARBBuwa050965; Tue, 27 Nov 2012 11:11:56 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARBBtC6050963; Tue, 27 Nov 2012 11:11:55 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211271111.qARBBtC6050963@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 27 Nov 2012 11:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307834 - head/editors/fxite 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, 27 Nov 2012 11:11:56 -0000 Author: gahr Date: Tue Nov 27 11:11:55 2012 New Revision: 307834 URL: http://svnweb.freebsd.org/changeset/ports/307834 Log: - Update to 0.9 ChangeLog: https://github.com/yetanothergeek/fxite/blob/master/ChangeLog - Trim Makefile headers Feature safe: yes Modified: head/editors/fxite/Makefile (contents, props changed) head/editors/fxite/distinfo (contents, props changed) Modified: head/editors/fxite/Makefile ============================================================================== --- head/editors/fxite/Makefile Tue Nov 27 11:08:55 2012 (r307833) +++ head/editors/fxite/Makefile Tue Nov 27 11:11:55 2012 (r307834) @@ -1,13 +1,8 @@ -# New ports collection Makefile for: fxite -# Date created: 23 August 2010 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= fxite -PORTVERSION= 0.7 -PORTREVISION= 4 +PORTVERSION= 0.9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -32,7 +27,9 @@ LIB_DEPENDS+= getline.1:${PORTSDIR}/deve LDFLAGS+= -lgetline .endif -PLIST_FILES= bin/fxite +PLIST_FILES= bin/fxite \ + share/pixmaps/fxite.xpm \ + share/applications/fxite.desktop post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ Modified: head/editors/fxite/distinfo ============================================================================== --- head/editors/fxite/distinfo Tue Nov 27 11:08:55 2012 (r307833) +++ head/editors/fxite/distinfo Tue Nov 27 11:11:55 2012 (r307834) @@ -1,2 +1,2 @@ -SHA256 (fxite-0.7.tar.gz) = 909466a70ec62489ad858409ee16ffca4198c5673dc86e2657abc8b0596bb8a2 -SIZE (fxite-0.7.tar.gz) = 1084667 +SHA256 (fxite-0.9.tar.gz) = a49894a27c255d0a76ecf9da471ff92a6b4849005f7e096f92de356d952fa8fb +SIZE (fxite-0.9.tar.gz) = 1161194