Bug 122356 - [maintainer update] bump irc/epic4 to latest version and fix some bugs
Summary: [maintainer update] bump irc/epic4 to latest version and fix some bugs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-01 21:20 UTC by Josh Paetzel <josh@tcbug.org>
Modified: 2008-04-02 07:10 UTC (History)
0 users

See Also:


Attachments
file.diff (130 bytes, patch)
2008-04-01 21:20 UTC, Josh Paetzel <josh@tcbug.org>
no flags Details | Diff
file.diff (944 bytes, patch)
2008-04-01 21:20 UTC, Josh Paetzel <josh@tcbug.org>
no flags Details | Diff
file.diff (274 bytes, patch)
2008-04-01 21:20 UTC, Josh Paetzel <josh@tcbug.org>
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Paetzel <josh@tcbug.org> 2008-04-01 21:20:02 UTC
-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

Fix: 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
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-01 21:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants this category PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-02 07:00:35 UTC
beech       2008-04-02 06:00:31 UTC

  FreeBSD ports repository

  Modified files:
    irc/epic4            Makefile distinfo pkg-plist 
  Log:
  -Bump epic4 to 2.10
  -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
  
  PR:             ports/122356
  Submitted by:   Josh Paetzel <josh@tcbug.org> (maintainer)
  
  Revision  Changes    Path
  1.62      +12 -4     ports/irc/epic4/Makefile
  1.35      +6 -6      ports/irc/epic4/distinfo
  1.33      +1 -1      ports/irc/epic4/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-04-02 07:00:44 UTC
State Changed
From-To: open->closed

Committed, Thanks!