From owner-svn-ports-head@FreeBSD.ORG Sun Sep 29 13:44:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A06A67D; Sun, 29 Sep 2013 13:44:13 +0000 (UTC) (envelope-from danilo@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 778DE279E; Sun, 29 Sep 2013 13:44:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8TDiDx2098507; Sun, 29 Sep 2013 13:44:13 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8TDiD8e098505; Sun, 29 Sep 2013 13:44:13 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201309291344.r8TDiD8e098505@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 29 Sep 2013 13:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328690 - head/editors/se 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: Sun, 29 Sep 2013 13:44:13 -0000 Author: danilo Date: Sun Sep 29 13:44:12 2013 New Revision: 328690 URL: http://svnweb.freebsd.org/changeset/ports/328690 Log: - Change maintainer email to @FreeBSD.org - Add stage support - Use %%DATADIR%% in pkg-plist Approved by: culot (mentor) Modified: head/editors/se/Makefile head/editors/se/pkg-plist Modified: head/editors/se/Makefile ============================================================================== --- head/editors/se/Makefile Sun Sep 29 13:33:53 2013 (r328689) +++ head/editors/se/Makefile Sun Sep 29 13:44:12 2013 (r328690) @@ -5,13 +5,9 @@ PORTVERSION= 3.0.1 CATEGORIES= editors MASTER_SITES= http://se-editor.org/dist/ -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Screen oriented version of the classic UNIX text editor ed GNU_CONFIGURE= yes -MAN1= se.1 scriptse.1 -MANCOMPRESSED= no - -NO_STAGE= yes .include Modified: head/editors/se/pkg-plist ============================================================================== --- head/editors/se/pkg-plist Sun Sep 29 13:33:53 2013 (r328689) +++ head/editors/se/pkg-plist Sun Sep 29 13:44:12 2013 (r328690) @@ -1,82 +1,84 @@ -bin/se bin/scriptse -share/se/help/a -share/se/help/abt -share/se/help/ah -share/se/help/arg2 -share/se/help/args -share/se/help/b -share/se/help/bang -share/se/help/bug -share/se/help/c -share/se/help/cc -share/se/help/ccmisc -share/se/help/chardel -share/se/help/charins -share/se/help/colon -share/se/help/com -share/se/help/comdir -share/se/help/comsyn -share/se/help/d -share/se/help/dir -share/se/help/e -share/se/help/eh -share/se/help/elp -share/se/help/equal -share/se/help/f -share/se/help/g -share/se/help/h -share/se/help/i -share/se/help/j -share/se/help/k -share/se/help/l -share/se/help/list -share/se/help/ln -share/se/help/m -share/se/help/motion -share/se/help/n -share/se/help/o -share/se/help/o- -share/se/help/oa -share/se/help/oc -share/se/help/od -share/se/help/of -share/se/help/og -share/se/help/oh -share/se/help/oi -share/se/help/ok -share/se/help/ol -share/se/help/olm -share/se/help/om -share/se/help/os -share/se/help/ot -share/se/help/ou -share/se/help/ov -share/se/help/ow -share/se/help/ox -share/se/help/oy -share/se/help/oz -share/se/help/p -share/se/help/pat -share/se/help/patex -share/se/help/q -share/se/help/quote -share/se/help/r -share/se/help/rpt -share/se/help/s -share/se/help/scan -share/se/help/serc -share/se/help/shell -share/se/help/specl -share/se/help/t -share/se/help/termchar -share/se/help/tilde -share/se/help/u -share/se/help/v -share/se/help/w -share/se/help/x -share/se/help/y -share/se/help/z -share/se/sample.serc -@dirrm share/se/help -@dirrm share/se +bin/se +man/man1/scriptse.1.gz +man/man1/se.1.gz +%%DATADIR%%/help/a +%%DATADIR%%/help/abt +%%DATADIR%%/help/ah +%%DATADIR%%/help/arg2 +%%DATADIR%%/help/args +%%DATADIR%%/help/b +%%DATADIR%%/help/bang +%%DATADIR%%/help/bug +%%DATADIR%%/help/c +%%DATADIR%%/help/cc +%%DATADIR%%/help/ccmisc +%%DATADIR%%/help/chardel +%%DATADIR%%/help/charins +%%DATADIR%%/help/colon +%%DATADIR%%/help/com +%%DATADIR%%/help/comdir +%%DATADIR%%/help/comsyn +%%DATADIR%%/help/d +%%DATADIR%%/help/dir +%%DATADIR%%/help/e +%%DATADIR%%/help/eh +%%DATADIR%%/help/elp +%%DATADIR%%/help/equal +%%DATADIR%%/help/f +%%DATADIR%%/help/g +%%DATADIR%%/help/h +%%DATADIR%%/help/i +%%DATADIR%%/help/j +%%DATADIR%%/help/k +%%DATADIR%%/help/l +%%DATADIR%%/help/list +%%DATADIR%%/help/ln +%%DATADIR%%/help/m +%%DATADIR%%/help/motion +%%DATADIR%%/help/n +%%DATADIR%%/help/o +%%DATADIR%%/help/o- +%%DATADIR%%/help/oa +%%DATADIR%%/help/oc +%%DATADIR%%/help/od +%%DATADIR%%/help/of +%%DATADIR%%/help/og +%%DATADIR%%/help/oh +%%DATADIR%%/help/oi +%%DATADIR%%/help/ok +%%DATADIR%%/help/ol +%%DATADIR%%/help/olm +%%DATADIR%%/help/om +%%DATADIR%%/help/os +%%DATADIR%%/help/ot +%%DATADIR%%/help/ou +%%DATADIR%%/help/ov +%%DATADIR%%/help/ow +%%DATADIR%%/help/ox +%%DATADIR%%/help/oy +%%DATADIR%%/help/oz +%%DATADIR%%/help/p +%%DATADIR%%/help/pat +%%DATADIR%%/help/patex +%%DATADIR%%/help/q +%%DATADIR%%/help/quote +%%DATADIR%%/help/r +%%DATADIR%%/help/rpt +%%DATADIR%%/help/s +%%DATADIR%%/help/scan +%%DATADIR%%/help/serc +%%DATADIR%%/help/shell +%%DATADIR%%/help/specl +%%DATADIR%%/help/t +%%DATADIR%%/help/termchar +%%DATADIR%%/help/tilde +%%DATADIR%%/help/u +%%DATADIR%%/help/v +%%DATADIR%%/help/w +%%DATADIR%%/help/x +%%DATADIR%%/help/y +%%DATADIR%%/help/z +%%DATADIR%%/sample.serc +@dirrmtry %%DATADIR%%/help +@dirrmtry %%DATADIR%%