From owner-svn-ports-head@FreeBSD.ORG Sat Feb 22 04:21:23 2014 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 ESMTPS id E3F5D97A; Sat, 22 Feb 2014 04:21:22 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C11971B89; Sat, 22 Feb 2014 04:21:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1M4LMnM040501; Sat, 22 Feb 2014 04:21:22 GMT (envelope-from jpaetzel@svn.freebsd.org) Received: (from jpaetzel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1M4LM5E040494; Sat, 22 Feb 2014 04:21:22 GMT (envelope-from jpaetzel@svn.freebsd.org) Message-Id: <201402220421.s1M4LM5E040494@svn.freebsd.org> From: Josh Paetzel Date: Sat, 22 Feb 2014 04:21:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345565 - in head/irc/epic5: . files 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.17 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: Sat, 22 Feb 2014 04:21:23 -0000 Author: jpaetzel Date: Sat Feb 22 04:21:21 2014 New Revision: 345565 URL: http://svnweb.freebsd.org/changeset/ports/345565 QAT: https://qat.redports.org/buildarchive/r345565/ Log: Update port for stage support. Submitted by: zlonix Added: head/irc/epic5/pkg-message (contents, props changed) Deleted: head/irc/epic5/files/pkg-message.in Modified: head/irc/epic5/Makefile head/irc/epic5/pkg-descr head/irc/epic5/pkg-plist Modified: head/irc/epic5/Makefile ============================================================================== --- head/irc/epic5/Makefile Sat Feb 22 02:18:35 2014 (r345564) +++ head/irc/epic5/Makefile Sat Feb 22 04:21:21 2014 (r345565) @@ -12,13 +12,10 @@ MASTER_SITES= http://ftp.epicsol.org/pub MAINTAINER= jpaetzel@FreeBSD.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -SUB_FILES= pkg-message - GNU_CONFIGURE= yes -MAN1= epic5.1 USE_OPENSSL= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} USE_BZIP2= yes @@ -31,7 +28,6 @@ TERMCAP_DESC= Refuse to use terminfo/ncu CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX} USES= iconv -NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MIPV6} @@ -71,11 +67,10 @@ post-extract: post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in BUG_FORM COPYRIGHT KNOWNBUGS README UPDATES VOTES - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor - @${CAT} ${PKGMESSAGE} .endif .include Modified: head/irc/epic5/pkg-descr ============================================================================== --- head/irc/epic5/pkg-descr Sat Feb 22 02:18:35 2014 (r345564) +++ head/irc/epic5/pkg-descr Sat Feb 22 04:21:21 2014 (r345565) @@ -7,9 +7,6 @@ added to make EPIC one of the best ircII EPIC no longer shares any file names with ircII, so they should happily co-exist. -EPIC5 is currently under development and end-users are encouraged to use -EPIC4 which is finished and production-quality. - Due to it's minimalist approach it is highly recommended you use a script with EPIC. Added: head/irc/epic5/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/epic5/pkg-message Sat Feb 22 04:21:21 2014 (r345565) @@ -0,0 +1,5 @@ +EPIC is a toolkit, much akin to a box of legos. It strives to let you +build a client the way you want it. You will not find EPIC usable without +a script of some sort. +Some of the more popular scripts can be found at: +http://scripts.epicsol.org/doku.php/scripts Modified: head/irc/epic5/pkg-plist ============================================================================== --- head/irc/epic5/pkg-plist Sat Feb 22 02:18:35 2014 (r345564) +++ head/irc/epic5/pkg-plist Sat Feb 22 04:21:21 2014 (r345565) @@ -1,6 +1,7 @@ bin/epic5 bin/epic5-%%PORTVERSION%% libexec/epic5-wserv4 +man/man1/epic5.1.gz %%PORTDOCS%%%%DOCSDIR%%/BUG_FORM %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/KNOWNBUGS