Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 04:21:22 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345565 - in head/irc/epic5: . files
Message-ID:  <201402220421.s1M4LM5E040494@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402220421.s1M4LM5E040494>