From owner-svn-ports-all@FreeBSD.ORG Fri Feb 6 15:03:40 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 337511B3; Fri, 6 Feb 2015 15:03:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 157B1DD6; Fri, 6 Feb 2015 15:03:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16F3dlX062355; Fri, 6 Feb 2015 15:03:39 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16F3dMN062345; Fri, 6 Feb 2015 15:03:39 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502061503.t16F3dMN062345@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 6 Feb 2015 15:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378542 - head/editors/deforaos-editor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 15:03:40 -0000 Author: marino Date: Fri Feb 6 15:03:38 2015 New Revision: 378542 URL: https://svnweb.freebsd.org/changeset/ports/378542 QAT: https://qat.redports.org/buildarchive/r378542/ Log: editors/deforaos-editor: Upgrade version 0.2.1 => 0.3.0 PR: 152590 Submitted by: maintainer (Olivier Cochard) Modified: head/editors/deforaos-editor/Makefile head/editors/deforaos-editor/distinfo head/editors/deforaos-editor/pkg-plist Modified: head/editors/deforaos-editor/Makefile ============================================================================== --- head/editors/deforaos-editor/Makefile Fri Feb 6 14:10:32 2015 (r378541) +++ head/editors/deforaos-editor/Makefile Fri Feb 6 15:03:38 2015 (r378542) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= editor -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= editors -MASTER_SITES= http://www.defora.org/os/download/download/3702/ +MASTER_SITES= http://www.defora.org/os/download/download/4326/ PKGNAMEPREFIX= deforaos- DISTNAME= Editor-${PORTVERSION} @@ -14,11 +13,20 @@ COMMENT= DeforaOS desktop text editor LICENSE= GPLv3 +BUILD_DEPENDS= xsltproc>=0:${PORTSDIR}/textproc/libxslt \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl + LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ - libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop + libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop MAKE_ARGS= PREFIX=${PREFIX} USES= desktop-file-utils gettext pkgconfig USE_GNOME= gtk20 +MANDIRS= ${PREFIX}/share/man/man1 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor \ + ${STAGEDIR}${PREFIX}/bin/filter + .include Modified: head/editors/deforaos-editor/distinfo ============================================================================== --- head/editors/deforaos-editor/distinfo Fri Feb 6 14:10:32 2015 (r378541) +++ head/editors/deforaos-editor/distinfo Fri Feb 6 15:03:38 2015 (r378542) @@ -1,2 +1,2 @@ -SHA256 (Editor-0.2.1.tar.gz) = 901a63db4ed3d1a625e4fbd25e39267618c0ecb88095dffd06739f9f0d392000 -SIZE (Editor-0.2.1.tar.gz) = 27755 +SHA256 (Editor-0.3.0.tar.gz) = f08f3c7dacc416849eb9ce33b8d14ae0db90e8efc799b99ddb39fabcc7f98dd9 +SIZE (Editor-0.3.0.tar.gz) = 33801 Modified: head/editors/deforaos-editor/pkg-plist ============================================================================== --- head/editors/deforaos-editor/pkg-plist Fri Feb 6 14:10:32 2015 (r378541) +++ head/editors/deforaos-editor/pkg-plist Fri Feb 6 15:03:38 2015 (r378542) @@ -1,6 +1,11 @@ bin/editor -share/applications/editor.desktop +bin/filter +share/applications/deforaos-editor.desktop +share/doc/html/Editor/editor.html +share/doc/html/Editor/filter.html share/locale/de/LC_MESSAGES/Editor.mo share/locale/es/LC_MESSAGES/Editor.mo share/locale/fr/LC_MESSAGES/Editor.mo share/locale/it/LC_MESSAGES/Editor.mo +share/man/man1/editor.1.gz +share/man/man1/filter.1.gz