Bug 45735 - [Maintainer Update] Port: irc/ircservices
Summary: [Maintainer Update] Port: irc/ircservices
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: Pete Fritchman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-25 23:20 UTC by Alex Dupre
Modified: 2003-01-24 00:34 UTC (History)
0 users

See Also:


Attachments
ircservices.diff (669 bytes, patch)
2002-11-25 23:20 UTC, Alex Dupre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Dupre 2002-11-25 23:20:00 UTC
Update to 5.0.5 release.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2003-01-01 20:34:23 UTC
State Changed
From-To: open->feedback

I can't fetch the distfile; judging by some of the FTP sites, it looks 
like version 5.0.6 has been released.
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2003-01-09 08:34:34 UTC
Responsible Changed
From-To: freebsd-ports->petef

I'll handle this.
Comment 3 Pete Fritchman freebsd_committer freebsd_triage 2003-01-09 08:34:56 UTC
++ 09/01/03 09:13 +0100 - Alex Dupre:
| PF> I can't fetch the distfile; judging by some of the FTP sites, it looks
| PF> like version 5.0.6 has been released.
| 
| Yes, simply bump PORTVERSION to 5.0.6 and distinfo to
| 
| MD5 (ircservices-5.0.6.tar.gz) = e61f780de7eb5dbc708610e08516dd4b
| 
| No other change is needed.

How about this diff?  It respects CFLAGS and CC.

--pete

%%
? ircservicesdiff
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/ircservices/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	10 Nov 2002 16:46:40 -0000	1.2
+++ Makefile	9 Jan 2003 08:37:11 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ircservices
-PORTVERSION=	5.0.2
+PORTVERSION=	5.0.6
 CATEGORIES=	irc
 MASTER_SITES=	ftp://ftp.ircservices.za.net/pub/ircservices/ \
 		ftp://ftp.esper.net/ircservices/
@@ -16,7 +16,7 @@
 HAS_CONFIGURE=	yes
 USE_GMAKE=	yes
 
-CONFIGURE_ARGS=	-prefix ${PREFIX}
+CONFIGURE_ARGS=	-prefix ${PREFIX} -cflags "${CFLAGS}" -cc ${CC}
 
 post-install:
 	@${ECHO_CMD} "Installing ${PREFIX}/etc/rc.d/ircservices.sh.sample startup file."
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/irc/ircservices/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	7 Nov 2002 16:36:02 -0000	1.1
+++ distinfo	9 Jan 2003 08:37:11 -0000
@@ -1 +1 @@
-MD5 (ircservices-5.0.2.tar.gz) = 40efe8d73fa5a504e93c09553f29262b
+MD5 (ircservices-5.0.6.tar.gz) = e61f780de7eb5dbc708610e08516dd4b
%%
Comment 4 petef 2003-01-23 13:35:25 UTC
Ack, sorry about the delays on this Alex.  It looks like 5.0.6 is now
out :)  (hey, at least we know it's maintained!)

If you can verify all that's needed to upgrade from 5.0.5 is changing
PORTVERSION and "make makesum", I'll commit that update this afternoon.

Thanks!

--pete
Comment 5 Pete Fritchman freebsd_committer freebsd_triage 2003-01-24 00:34:08 UTC
State Changed
From-To: feedback->closed

Committed, thanks... sorry for the delay!