Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2009 14:59:35 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139066: [PATCH] lang/csharp-mode.el: Removed mark broken.
Message-ID:  <20090922175935.B687012C8EC@fbsd9amd64.scjamorim.org>
Resent-Message-ID: <200909221800.n8MI06Yr046737@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139066
>Category:       ports
>Synopsis:       [PATCH] lang/csharp-mode.el: Removed mark broken.
>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:   Tue Sep 22 18:00:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD fbsd9amd64.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Sep 14 09:00:35 BRT 2009
>Description:
- Removed mark broken
- Added PKGNAMESUFFIX to PORTNAME
- Expanded MASTER_SITES
- Changed DISTNAME due of PKGNAMESUFFIX

You can see the log in my tinderbox:

AMD64
http://www.scjamorim.org/Home/csharp-mode.el-0.7.0_1-8amd64.log

i386
http://www.scjamorim.org/Home/csharp-mode.el-0.7.0_1-8i386.log


Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- csharp-mode.el-0.7.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/csharp-mode.el/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	15 Aug 2009 12:44:12 -0000	1.8
+++ Makefile	22 Sep 2009 17:55:59 -0000
@@ -5,18 +5,19 @@
 # $FreeBSD: ports/lang/csharp-mode.el/Makefile,v 1.8 2009/08/15 12:44:12 erwin Exp $
 #
 
-PORTNAME=	csharp-mode.el
+PORTNAME=	csharp
 PORTVERSION=	0.7.0
 PORTREVISION=	1
 CATEGORIES=	lang elisp
-MASTER_SITES=	http://mfgames.com/linux/releases/
-DISTNAME=	${PORTNAME:S|.el$||}-${PORTVERSION}
+MASTER_SITES=	http://gentoo.kiev.ua/ftp/distfiles/ \
+		http://unix.miet.ru/pub/linux/gentoo/distfiles/ \
+		http://mfgames.com/linux/releases/
+PKGNAMESUFFIX=	-mode.el
+DISTNAME=	${PORTNAME}${PKGNAMESUFFIX:S|.el$||}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Emacs/XEmacs major mode for editing C\# source code
 
-BROKEN=		does not fetch
-
 USE_BZIP2=	yes
 NO_WRKSUBDIR=	yes
 
--- csharp-mode.el-0.7.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090922175935.B687012C8EC>