Bug 179655 - net-im/cli-msn: MASTER_SITES reorganized, distfile not fetchable
Summary: net-im/cli-msn: MASTER_SITES reorganized, distfile not fetchable
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 23:30 UTC by John Marino
Modified: 2013-07-27 08:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-17 23:30:00 UTC
The mor-pah.net site reorganized, so the distfile doesn't fetch.
The current URL is http://mor-pah.net/?wpdmact=process&did=MS5ob3RsaW5r

Fix: 

Update MASTER_SITES to restore fetching
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-17 23:30:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-27 08:30:21 UTC
Author: marino
Date: Sat Jul 27 07:30:04 2013
New Revision: 323773
URL: http://svnweb.freebsd.org/changeset/ports/323773

Log:
  net-im/cli-msn: Mark BROKEN and DEPRECATE
  
  This port is BROKEN because the master site more-pah.net no longer offers
  a direct download so the distfile can't be fetched.  I could not find any
  mirrors for the distfile.
  
  It is deprcated because the offical MSN Messenger service ended 30 Apri
  2013.  Third party tools like this still function for now, but the true
  EOL date is not publically known, but official documentation suggested
  XMPP protocol service ends October 2013. [1]
  
  [1] http://tinyurl.com/ac9vbqo
  
  PR:		179655
  Approved by:	bapt / culot (mentors, implicit), maintainer timeout

Modified:
  head/net-im/cli-msn/Makefile
  head/net-im/cli-msn/pkg-descr

Modified: head/net-im/cli-msn/Makefile
==============================================================================
--- head/net-im/cli-msn/Makefile	Sat Jul 27 04:27:19 2013	(r323772)
+++ head/net-im/cli-msn/Makefile	Sat Jul 27 07:30:04 2013	(r323773)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	climsn
-# Date created:		2006-03-31
-# Whom:			Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
+# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 # $FreeBSD$
-#
 
 PORTNAME=	msn
 PORTVERSION=	2.3.2
@@ -18,7 +14,11 @@ COMMENT=	Command line msn messenger
 
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
-USE_GMAKE=	yes
+BROKEN=		Master site no longer offers direct downlink; does not fetch
+DEPRECATED=	MSN Messenger service terminated 30 APR 2013
+EXPIRATION_DATE=2013-08-31
+
+USES=		gmake
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_LIBS}
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/net-im/cli-msn/pkg-descr
==============================================================================
--- head/net-im/cli-msn/pkg-descr	Sat Jul 27 04:27:19 2013	(r323772)
+++ head/net-im/cli-msn/pkg-descr	Sat Jul 27 07:30:04 2013	(r323773)
@@ -6,4 +6,4 @@ based messengers were found to be availa
 The client itself accepts commands based on that of an IRC clients nature 
 (/cmd). Currently in the process of working out the file transfer.
 
-WWW:	http://mor-pah.net/
+WWW: http://mor-pah.net/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 John Marino freebsd_committer freebsd_triage 2013-07-27 08:42:47 UTC
State Changed
From-To: open->closed

Marked BROKEN and DEPRECATED in r323773