Bug 182291

Summary: [patch] editors/uemacs: Update MASTER_SITES
Product: Ports & Packages Reporter: mail
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mail 2013-09-22 09:40:01 UTC
Update MASTER_SITES to new download location.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-22 09:40:27 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-22 10:33:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-22 10:35:50 UTC
Author: sunpoet
Date: Sun Sep 22 09:35:42 2013
New Revision: 327857
URL: http://svnweb.freebsd.org/changeset/ports/327857

Log:
  - Update MASTER_SITES
  - While I'm here, remove leading indefinite article from COMMENT
  
  PR:		ports/182291
  Submitted by:	Andrew Clarke <mail@ozzmosis.com> (maintainer)

Modified:
  head/editors/uemacs/Makefile   (contents, props changed)

Modified: head/editors/uemacs/Makefile
==============================================================================
--- head/editors/uemacs/Makefile	Sun Sep 22 09:16:46 2013	(r327856)
+++ head/editors/uemacs/Makefile	Sun Sep 22 09:35:42 2013	(r327857)
@@ -4,19 +4,19 @@
 PORTNAME=	uemacs
 PORTVERSION=	4.0
 CATEGORIES=	editors
-MASTER_SITES=	http://ozzmosis.com/uemacs/
+MASTER_SITES=	http://dl.ozzmosis.com/uemacs/
 DISTNAME=	ue400dev
 
 MAINTAINER=	mail@ozzmosis.com
-COMMENT=	A full screen editor
+COMMENT=	Full screen editor
 
 NO_CDROM=	Resale allowed for media cost only
 
+NO_STAGE=	yes
 NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
 EXTRACT_BEFORE_ARGS=	-Laq
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
 
_______________________________________________
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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-22 10:36:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!