Bug 176693 - mail/gml: first master site bad
Summary: mail/gml: first master site bad
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 15:40 UTC by John Marino
Modified: 2013-03-06 18:54 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-03-06 15:40:00 UTC
the mail/gml port has the following definition:

MASTER_SITES=	http://marklyon.org/gmail/old/ \
		LOCAL/glarkin

the first site, http://marklyon.org/gmail/old, resolves to a different page now.  Fetch returns this page instead of the tarball.

Fix: 

Delete first entry to change definition to:

MASTER_SITES=	LOCAL/glarkin
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-06 18:14:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-06 18:49:42 UTC
Author: rm
Date: Wed Mar  6 18:49:33 2013
New Revision: 313536
URL: http://svnweb.freebsd.org/changeset/ports/313536

Log:
  - update MASTER_SITES [1]
  - trim Makefile headers
  - limit python version to 2.x only (print)
  - convert to optionsng (DOCS case)
  - update pkg-descr:WWW
  
  PR:		176693
  Reported by:	John Marino <draco@marino.st> [1]

Modified:
  head/mail/gml/Makefile
  head/mail/gml/pkg-descr

Modified: head/mail/gml/Makefile
==============================================================================
--- head/mail/gml/Makefile	Wed Mar  6 18:47:55 2013	(r313535)
+++ head/mail/gml/Makefile	Wed Mar  6 18:49:33 2013	(r313536)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	gml
-# Date created:				23 March 2009
-# Whom:					Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
 # $FreeBSD$
-#
 
 PORTNAME=	gml
 PORTVERSION=	0.4
 CATEGORIES=	mail
-MASTER_SITES=	http://marklyon.org/gmail/old/ \
+MASTER_SITES=	http://marklyon.org/wp-content/uploads/2013/01/ \
 		LOCAL/glarkin
 DISTNAME=	${PORTNAME}
 EXTRACT_SUFX=	.tar
@@ -16,7 +12,7 @@ EXTRACT_SUFX=	.tar
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Mbox & Maildir to Gmail loader
 
-USE_PYTHON_RUN=	yes
+USE_PYTHON_RUN=	-2.7
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_DOS2UNIX=	yes
@@ -24,13 +20,15 @@ PLIST_FILES=	bin/${PORTNAME}
 
 PORTDOCS=	README
 
+.include <bsd.port.options.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|.exe||g' \
 		-e 's|"c:\\mail\\Inbox.*"|/home/user/Inbox|g' ${WRKDIR}/*
 
 do-install:
 	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME}
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${INSTALL} -d ${DOCSDIR}
 .for i in ${PORTDOCS}
 	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}

Modified: head/mail/gml/pkg-descr
==============================================================================
--- head/mail/gml/pkg-descr	Wed Mar  6 18:47:55 2013	(r313535)
+++ head/mail/gml/pkg-descr	Wed Mar  6 18:49:33 2013	(r313536)
@@ -1,3 +1,3 @@
 Import your Mbox or Maildir files into GMail.
 
-WWW: http://marklyon.org/gmail/old/default.htm
+WWW: http://marklyon.org/2013/01/gmail-loader/
_______________________________________________
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 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-06 18:53:12 UTC
State Changed
From-To: open->closed

Closed by submitter's request.
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-06 18:53:38 UTC
State Changed
From-To: closed->open

I didn't meant that
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-06 18:54:13 UTC
State Changed
From-To: open->closed

First mirror url was updated, thank you for reporting!