From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 17 20:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D6B7083F for ; Sat, 17 Aug 2013 20:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B75482AD3 for ; Sat, 17 Aug 2013 20:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HKe018023382 for ; Sat, 17 Aug 2013 20:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7HKe03C023381; Sat, 17 Aug 2013 20:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 17 Aug 2013 20:40:00 GMT Resent-Message-Id: <201308172040.r7HKe03C023381@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jack Pappas Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ECA8081D for ; Sat, 17 Aug 2013 20:37:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0CFD2ABE for ; Sat, 17 Aug 2013 20:37:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7HKbDtZ088347 for ; Sat, 17 Aug 2013 20:37:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7HKbDTe088344; Sat, 17 Aug 2013 20:37:13 GMT (envelope-from nobody) Message-Id: <201308172037.r7HKbDTe088344@oldred.freebsd.org> Date: Sat, 17 Aug 2013 20:37:13 GMT From: Jack Pappas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181361: Update lang/fsharp to 3.0.27 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 20:40:00 -0000 >Number: 181361 >Category: ports >Synopsis: Update lang/fsharp to 3.0.27 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 17 20:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jack Pappas >Release: FreeBSD 9.2-PRERELEASE >Organization: >Environment: >Description: This patch updates the lang/fsharp port to version 3.0.27. It also updates the port Makefile to use the built-in mechanism for retrieving the sources from GitHub, instead of using MASTER_SITES to manually retrieve it (which no longer works correctly). >How-To-Repeat: >Fix: Please see the attached patch. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 323403) +++ Makefile (working copy) @@ -2,12 +2,9 @@ # $FreeBSD$ PORTNAME= fsharp -PORTVERSION= 3.0.25 -PORTREVISION= 1 +PORTVERSION= 3.0.27 CATEGORIES= lang -MASTER_SITES= https://nodeload.github.com/fsharp/fsharp/tar.gz/ \ - CRITICAL -DISTFILES= ${PORTVERSION} +MASTER_SITES= GH MAINTAINER= mono@FreeBSD.org COMMENT= Functional and object-oriented language for the .NET platform @@ -16,12 +13,16 @@ BUILD_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono RUN_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono +USE_GITHUB= yes +GH_ACCOUNT= fsharp +GH_PROJECT= fsharp +GH_TAGNAME= ${PORTVERSION} +GH_COMMIT= f3c8ea8 + USES= pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= autoconf -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - # This is currently a workaround for the differences between pkg_* and pkg(8). .if defined(WITH_PKGNG) PLIST_SUB+= LB="${LOCALBASE}/" Index: distinfo =================================================================== --- distinfo (revision 323403) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (3.0.25) = 1252ada65996f80d31e1bcc5c6718015ec5172c40288429d7dd2d2656ed4b7f0 -SIZE (3.0.25) = 10693900 +SHA256 (fsharp-3.0.27.tar.gz) = 96bd8aa8d84dc6f72d02f9eec56fd0d72dc469dd5d2bc36c822cbc9aa38e5337 +SIZE (fsharp-3.0.27.tar.gz) = 13145181 Index: files/patch-configure.ac =================================================================== --- files/patch-configure.ac (revision 323403) +++ files/patch-configure.ac (working copy) @@ -1,20 +0,0 @@ ---- ./configure.ac.orig 2013-01-22 19:39:23.000000000 -0500 -+++ ./configure.ac 2013-01-22 19:40:23.000000000 -0500 -@@ -12,17 +12,6 @@ - AC_MSG_ERROR([You need to install pkg-config]) - fi - --MONO_REQUIRED_VERSION=2.9 --MONO_RECOMMENDED_VERSION=3.0 -- --if ! pkg-config --atleast-version=$MONO_REQUIRED_VERSION mono; then -- AC_MSG_ERROR("You need mono $MONO_REQUIRED_VERSION") --fi -- --if ! pkg-config --atleast-version=$MONO_RECOMMENDED_VERSION mono; then -- AC_MSG_WARN([Mono $MONO_RECOMMENDED_VERSION or higher is recommended, for better MSBuild (xbuild) compatibility]) --fi -- - AC_PATH_PROG(MONO_SGEN, mono-sgen, no) - - # Checks for libraries. >Release-Note: >Audit-Trail: >Unformatted: