From owner-svn-ports-all@freebsd.org Sun Oct 16 17:32:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94DB4C14FF4; Sun, 16 Oct 2016 17:32:56 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71D9B1CB9; Sun, 16 Oct 2016 17:32:56 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9GHWtas089426; Sun, 16 Oct 2016 17:32:55 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GHWtb0089422; Sun, 16 Oct 2016 17:32:55 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201610161732.u9GHWtb0089422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 16 Oct 2016 17:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424073 - in head/devel/google-gdata: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 17:32:56 -0000 Author: bofh Date: Sun Oct 16 17:32:55 2016 New Revision: 424073 URL: https://svnweb.freebsd.org/changeset/ports/424073 Log: devel/google-gdata: Unbreak [1] - Update MASTER_SITES to use GITHUB instead of GOOGLE CODE [1] - Mark NO_ARCH - Make patches makepatch compatible PR: 213465 [1] Submitted by: lacey.leanne@gmail.com [1] Modified: head/devel/google-gdata/Makefile head/devel/google-gdata/distinfo head/devel/google-gdata/files/patch-Makefile Modified: head/devel/google-gdata/Makefile ============================================================================== --- head/devel/google-gdata/Makefile Sun Oct 16 17:00:02 2016 (r424072) +++ head/devel/google-gdata/Makefile Sun Oct 16 17:32:55 2016 (r424073) @@ -3,22 +3,24 @@ PORTNAME= google-gdata PORTVERSION= 2.2.0.0 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE -DISTNAME= libgoogle-data-mono-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= DOT NET library for the Google Data API LICENSE= APACHE20 -BROKEN= Unfetchable (google code has gone away) - BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/Newtonsoft.Json.pc:devel/newtonsoft-json +USE_GITHUB= yes +GH_TUPLE= google:google-gdata:edcd096379 + USES= dos2unix gmake mono -DOS2UNIX_FILES= Makefile misc/gdata-sharp-core.pc.in +WRKSRC_SUBDIR= clients/cs +DOS2UNIX_FILES= ${WRKSRC}/Makefile ${WRKSRC}/misc/gdata-sharp-core.pc.in MAKE_ARGS= CSC=${LOCALBASE}/bin/mcs +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Makefile Modified: head/devel/google-gdata/distinfo ============================================================================== --- head/devel/google-gdata/distinfo Sun Oct 16 17:00:02 2016 (r424072) +++ head/devel/google-gdata/distinfo Sun Oct 16 17:32:55 2016 (r424073) @@ -1,2 +1,3 @@ -SHA256 (libgoogle-data-mono-2.2.0.0.tar.gz) = 08fa1b9ea5288d03370e3cf257f0549e9b34a1ed87f3ef7ca045c9992618435c -SIZE (libgoogle-data-mono-2.2.0.0.tar.gz) = 55582011 +TIMESTAMP = 1476625926 +SHA256 (google-google-gdata-2.2.0.0-edcd096379_GH0.tar.gz) = 5af2a99345601e175bd14a275bfa00b23cadfee98bfff0f0d966f189a89056d7 +SIZE (google-google-gdata-2.2.0.0-edcd096379_GH0.tar.gz) = 56738927 Modified: head/devel/google-gdata/files/patch-Makefile ============================================================================== --- head/devel/google-gdata/files/patch-Makefile Sun Oct 16 17:00:02 2016 (r424072) +++ head/devel/google-gdata/files/patch-Makefile Sun Oct 16 17:32:55 2016 (r424073) @@ -1,6 +1,6 @@ ---- Makefile.orig 2014-10-03 03:48:04.991079598 +0600 -+++ Makefile 2014-10-03 03:48:20.722118155 +0600 -@@ -5,7 +5,7 @@ +--- Makefile.orig 2016-10-16 13:47:41 UTC ++++ Makefile +@@ -5,7 +5,7 @@ DEFINES=/d:TRACE VERSION=$(shell egrep AssemblyVersion version/AssemblyVersion.cs | egrep -o \([[:digit:]]\.\)+[[:digit:]]+) PREFIX=/usr/local @@ -9,7 +9,7 @@ CORELIBS= \ Google.GData.Client.dll \ -@@ -33,7 +33,7 @@ +@@ -33,7 +33,7 @@ ALLLIBS = \ UNINSTALLLIBS = $(basename $(ALLLIBS)) @@ -18,7 +18,7 @@ PKGCONFIG_FILES = $(patsubst %.pc.in,%.pc,$(wildcard misc/*.pc.in)) -@@ -112,7 +112,7 @@ +@@ -112,7 +112,7 @@ clean: install: all for i in $(ALLLIBS); do gacutil -i $$i -package GData-Sharp -root "$(DESTDIR)$(PREFIX)/lib"; done install -d "$(DESTDIR)$(PKGCONFIGDIR)"