Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2008 20:18:44 GMT
From:      Josh Paetzel <josh@tcbug.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122356: [maintainer update] bump irc/epic4 to latest version and fix some bugs
Message-ID:  <200804012018.m31KIipA060252@www.freebsd.org>
Resent-Message-ID: <200804012020.m31KK2EY050904@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122356
>Category:       ports
>Synopsis:       [maintainer update] bump irc/epic4 to latest version and fix some bugs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 01 20:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Josh Paetzel
>Release:        6.3-RELEASE-p1
>Organization:
>Environment:
FreeBSD roadrash.tcbug.org 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #1: Fri Feb 22 19:47:47 UTC 2008     root@roadrash.tcbug.org:/usr/obj/usr/src/sys/ROADRASH  amd64
>Description:
-Bump epic4 to latest version
-Change default OPTIONS to match wishes of upstream maintainers
-Change Makefile to actually disable features turned off in OPTIONS instead of lazily using them
-use available bz2 distfiles
>How-To-Repeat:
n/a
>Fix:
--- Makefile.old        2008-04-01 14:14:42.000000000 -0500
+++ Makefile    2008-04-01 15:01:05.000000000 -0500
@@ -6,7 +6,7 @@
 #

 PORTNAME=      epic4
-PORTVERSION=   2.8
+PORTVERSION=   2.10
 CATEGORIES=    irc ipv6
 MASTER_SITES=  http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \
                http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \
@@ -15,7 +15,7 @@
                http://ftp.freenet.de/pub/ftp.prbh.org/pub/epic/EPIC4-PRODUCTION/ \
                ftp://ftp.eu.uu.net/pub/unix/irc/epic/EPIC4-PRODUCTION/
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
-               ${PORTNAME}-help-20050315.tar.gz
+               ${PORTNAME}-help-20050315.tar.bz2

 MAINTAINER=    josh@tcbug.org
 COMMENT=       The (E)nhanced (P)rogrammable (I)RC-II (C)lient
@@ -26,12 +26,14 @@
 MAN1=          epic.1
 USE_OPENSSL=   yes
 SUB_FILES=     pkg-message
+PLIST_SUB+=     PORTVERSION=${PORTVERSION}
+USE_BZIP2=     yes

 OPTIONS=       IPV6    "IPv6 support"          on \
                TCL     "TCL support"           on \
-               PERL    "Perl scripting support" off \
+               PERL    "Perl scripting support" on \
                SOCKS5  "Enable SOCKS5 proxy support" off \
-               SSL     "Enable SSL support" off \
+               SSL     "Enable SSL support" on \
                TERMCAP "Refuse to use terminfo/ncurses" off

 .include <bsd.port.pre.mk>
@@ -47,6 +49,8 @@
 .if !defined(WITHOUT_TCL)
 LIB_DEPENDS+=          tcl84:${PORTSDIR}/lang/tcl84
 CONFIGURE_ARGS+=       --with-tcl
+.else
+CONFIGURE_ARGS+=       --without-tcl
 .endif

 ##  WITH_PERL:      enable perl5 support (requires perl 5.6.1 or newer)
@@ -59,6 +63,8 @@
 .if defined(WITH_PERL)
 USE_PERL5=     yes
 CONFIGURE_ARGS+=       --with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE
+.else
+CONFIGURE_ARGS+=       --without-perl
 .endif

 ## WITH_SOCKS5:                enable SOCKS5 support
@@ -75,6 +81,8 @@
 #
 .if defined(WITH_SSL)
 CONFIGURE_ARGS+=       --with-ssl
+.else
+CONFIGURE_ARGS+=       --without-ssl
 .endif

 ## WITH_TERMCAP                forceably refuse to use terminfo/ncurses

--- distinfo.old        2008-04-01 14:24:13.000000000 -0500
+++ distinfo    2008-04-01 14:37:20.000000000 -0500
@@ -1,6 +1,6 @@
-MD5 (epic4-2.8.tar.gz) = 26669602d0dcc5df9614f278f02d7bfc
-SHA256 (epic4-2.8.tar.gz) = ebb169f5e3584d6813a4cfb5292763e4c41b73d20a48f9ce699f898b1ee02fff
-SIZE (epic4-2.8.tar.gz) = 770922
-MD5 (epic4-help-20050315.tar.gz) = 9888d1af465ca72bf9a02487264071a5
-SHA256 (epic4-help-20050315.tar.gz) = 714afd07348731e6ac82e1f6548acc12e84539b3106ab27fa5d00ed5696256f7
-SIZE (epic4-help-20050315.tar.gz) = 332502
+MD5 (epic4-2.10.tar.bz2) = 92789d75f12882696817865ea072e44a
+SHA256 (epic4-2.10.tar.bz2) = b9043d9b039d3566a9b1b09426eda19bf6ad650ea47f79f68e89273b0fc6b089
+SIZE (epic4-2.10.tar.bz2) = 629828
+MD5 (epic4-help-20050315.tar.bz2) = b28872ca9234650eda6842ffc3425849
+SHA256 (epic4-help-20050315.tar.bz2) = a7b7026ecfc00ab7040ef5e435d72fd347d48fab128722d4e213dba194cd5bbe
+SIZE (epic4-help-20050315.tar.bz2) = 238390

--- pkg-plist.old       2008-04-01 14:15:13.000000000 -0500
+++ pkg-plist   2008-04-01 15:05:21.000000000 -0500
@@ -1,5 +1,5 @@
 bin/epic
-bin/epic-EPIC4-2.8
+bin/epic-EPIC4-%%PORTVERSION%%
 libexec/wserv4
 share/epic/help/1_General/1_General
 share/epic/help/1_General/away


>Release-Note:
>Audit-Trail:
>Unformatted:



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