diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2014-02-22 18:17:50 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2014-02-22 18:17:50 +0000 |
commit | 4269f95cfaeeb80915fc742f9b3e9b465a62f72e (patch) | |
tree | b0de0f6f08d71370ec7dbf27bed4eafcd209d66d | |
parent | bc6d7b91970b77a7773950de57dd045941fd28a9 (diff) | |
download | ports-4269f95cfaeeb80915fc742f9b3e9b465a62f72e.tar.gz ports-4269f95cfaeeb80915fc742f9b3e9b465a62f72e.zip |
Notes
-rw-r--r-- | irc/epic4/Makefile | 14 | ||||
-rw-r--r-- | irc/epic4/distinfo | 4 | ||||
-rw-r--r-- | irc/epic4/pkg-message (renamed from irc/epic4/files/pkg-message.in) | 2 | ||||
-rw-r--r-- | irc/epic4/pkg-plist | 2 |
4 files changed, 11 insertions, 11 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index c8365d61f1fc..5eda99c8fba3 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -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 TERMCAP DOCS 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> diff --git a/irc/epic4/distinfo b/irc/epic4/distinfo index d29f11ab1eed..a293a7dc74c7 100644 --- a/irc/epic4/distinfo +++ b/irc/epic4/distinfo @@ -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 diff --git a/irc/epic4/files/pkg-message.in b/irc/epic4/pkg-message index e043e29646c7..9a3e0c0ff661 100644 --- a/irc/epic4/files/pkg-message.in +++ b/irc/epic4/pkg-message @@ -3,4 +3,4 @@ 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/list.php +http://epicsol.org/doku.php/scripts diff --git a/irc/epic4/pkg-plist b/irc/epic4/pkg-plist index a1f9740d10db..96470054d46e 100644 --- a/irc/epic4/pkg-plist +++ b/irc/epic4/pkg-plist @@ -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 |