ports/174166: editors/mp: Update MASTER_SITES

KATO Tsuguru tkato432 at yahoo.com
Wed Dec 5 18:10:03 UTC 2012


>Number:         174166
>Category:       ports
>Synopsis:       editors/mp: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 05 18:10:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/mp/Makefile editors/mp/Makefile
--- /usr/ports/editors/mp/Makefile	2012-11-08 07:02:20.000000000 +0900
+++ editors/mp/Makefile	2012-12-03 23:43:05.000000000 +0900
@@ -1,20 +1,15 @@
-# New ports collection makefile for:	mp
-# Date created:			Apr 12, 2001
-# Whom:				Mark Pulford <mark at kyne.com.au>
-#
+# Created by: Mark Pulford <mark at kyne.com.au>
 # $FreeBSD: head/editors/mp/Makefile 303864 2012-09-08 05:39:03Z linimon $
-#
 
 PORTNAME=	mp
 PORTVERSION=	5.2.3
 CATEGORIES=	editors
-MASTER_SITES=	http://triptico.com/download/
+MASTER_SITES=	http://triptico.com/download/mp/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A programming text editor
 
 LICENSE=	GPLv2 # (or later)
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	NLS GUI PCRE DOCS
 OPTIONS_SINGLE=	GUI
@@ -60,6 +55,12 @@
 CONFIGURE_ARGS+=	--with-pcre
 .endif
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN=		Does not compile on ia64, powerpc, or sparc64
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|<ncursesw/|<|g ; \
 		 s|-I/usr/local/include||g ; \
@@ -96,10 +97,4 @@
 .endfor
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
-.endif
-
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list