Date: Sat, 22 Feb 2014 18:17:50 +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: r345672 - in head/irc/epic4: . files Message-ID: <201402221817.s1MIHoYQ081460@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Sat Feb 22 18:17:50 2014 New Revision: 345672 URL: http://svnweb.freebsd.org/changeset/ports/345672 QAT: https://qat.redports.org/buildarchive/r345672/ Log: Update to 2.10.4 and improve the port. - Add a license clause - Add stage support Submitted by: zlonix Added: head/irc/epic4/pkg-message (contents, props changed) Deleted: head/irc/epic4/files/pkg-message.in Modified: head/irc/epic4/Makefile head/irc/epic4/distinfo head/irc/epic4/pkg-plist Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Sat Feb 22 18:01:22 2014 (r345671) +++ head/irc/epic4/Makefile Sat Feb 22 18:17:50 2014 (r345672) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= epic4 -PORTVERSION= 2.10.2 +PORTVERSION= 2.10.4 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -15,12 +15,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient +LICENSE= BSD3CLAUSE + CONFLICTS= epic5-0.[0-2]* GNU_CONFIGURE= yes -MAN1= epic.1 USE_OPENSSL= yes -SUB_FILES= pkg-message PLIST_SUB+= PORTVERSION=${PORTVERSION} USE_BZIP2= yes CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} @@ -29,7 +29,6 @@ OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCA OPTIONS_DEFAULT= TCL PERL SSL TERMCAP_DESC= Refuse to use terminfo/ncurses -NO_STAGE= yes .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MIPV6} @@ -74,13 +73,12 @@ post-patch: @${RM} ${WRKDIR}/help/Makefile post-install: - @${CP} -R ${WRKDIR}/help/* ${PREFIX}/share/epic/help + @${CP} -R ${WRKDIR}/help/* ${STAGEDIR}${PREFIX}/share/epic/help .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/epic4/distinfo ============================================================================== --- head/irc/epic4/distinfo Sat Feb 22 18:01:22 2014 (r345671) +++ head/irc/epic4/distinfo Sat Feb 22 18:17:50 2014 (r345672) @@ -1,4 +1,4 @@ -SHA256 (epic4-2.10.2.tar.bz2) = 8b68b028674cd3417ddeaa4dcd1567b71f11dc5e7c2923143d45f7c298fe59fe -SIZE (epic4-2.10.2.tar.bz2) = 633946 +SHA256 (epic4-2.10.4.tar.bz2) = 77526f7426336561bc1e0c47c728931674bd863c63c21ed9253959bd2beb23c8 +SIZE (epic4-2.10.4.tar.bz2) = 632914 SHA256 (epic4-help-20050315.tar.bz2) = a7b7026ecfc00ab7040ef5e435d72fd347d48fab128722d4e213dba194cd5bbe SIZE (epic4-help-20050315.tar.bz2) = 238390 Added: head/irc/epic4/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/epic4/pkg-message Sat Feb 22 18:17:50 2014 (r345672) @@ -0,0 +1,6 @@ +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://epicsol.org/doku.php/scripts Modified: head/irc/epic4/pkg-plist ============================================================================== --- head/irc/epic4/pkg-plist Sat Feb 22 18:01:22 2014 (r345671) +++ head/irc/epic4/pkg-plist Sat Feb 22 18:17:50 2014 (r345672) @@ -1,6 +1,7 @@ bin/epic bin/epic-EPIC4-%%PORTVERSION%% libexec/wserv4 +man/man1/epic.1.gz share/epic/help/1_General/1_General share/epic/help/1_General/away share/epic/help/1_General/bye @@ -1092,6 +1093,7 @@ share/epic/script/tabkey.th share/epic/script/tc share/epic/script/time share/epic/script/tls +share/epic/script/unicode share/epic/script/urlgrab share/epic/script/utime share/epic/script/vi-binds
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221817.s1MIHoYQ081460>