Update MASTER_SITES to new download location. Fix: Patch attached with submission follows:
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!