Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2010 15:03:05 -0800 (PST)
From:      Sofian Brabez <sbrabez@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lwhsu@FreeBSD.org
Subject:   ports/153011: [patch] net/googlecl: update to 0.9.11
Message-ID:  <4d02b1a9.26ead80a.4584.7d78@mx.google.com>
Resent-Message-ID: <201012102310.oBANAC3W023503@freefall.freebsd.org>

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

>Number:         153011
>Category:       ports
>Synopsis:       [patch] net/googlecl: update to 0.9.11
>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:   Fri Dec 10 23:10:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sofian Brabez
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd81 8.1-STABLE FreeBSD 8.1-STABLE #1: Tue Aug 31 22:46:46 CEST 2010
>Description:
- Update to 0.9.11
- Respect NO_INSTALL_MANPAGES

http://regis.goodking.ca/tb/logs/7-sbz/googlecl-0.9.11.log
http://regis.goodking.ca/tb/logs/8-sbz/googlecl-0.9.11.log
http://regis.goodking.ca/tb/logs/9-sbz/googlecl-0.9.11.log

Port maintainer (lwhsu@FreeBSD.org) is cc'd.

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

--- googlecl-0.9.11.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/googlecl/Makefile /tmp/googlecl/Makefile
--- /usr/ports/net/googlecl/Makefile	2010-10-12 02:44:51.000000000 +0200
+++ /tmp/googlecl/Makefile	2010-12-11 00:09:13.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	googlecl
-PORTVERSION=	0.9.10
-PORTREVISION=	1
+PORTVERSION=	0.9.11
 CATEGORIES=	net www python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -21,12 +20,16 @@
 
 LICENSE=	ASL
 
+.if !defined(NO_INSTALL_MANPAGES)
 MAN1=		google.1
+.endif
 
 PORTDOCS=	*
 
 post-install:
+.if !defined(NO_INSTALL_MANPAGES)
 	${INSTALL_MAN} ${WRKSRC}/man/google.1 ${MANPREFIX}/man/man1
+.endif
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR}
diff -ruN --exclude=CVS /usr/ports/net/googlecl/distinfo /tmp/googlecl/distinfo
--- /usr/ports/net/googlecl/distinfo	2010-09-22 03:06:45.000000000 +0200
+++ /tmp/googlecl/distinfo	2010-12-11 00:02:58.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (googlecl-0.9.10.tar.gz) = 66872cdee0b527d23754e1df111f7836
-SHA256 (googlecl-0.9.10.tar.gz) = 03b58b0dfc03c15eea131c1f5b34a0499f872b14ade48b9ef1d0fcd70a68853c
-SIZE (googlecl-0.9.10.tar.gz) = 56564
+SHA256 (googlecl-0.9.11.tar.gz) = d09d386c545abf458fdcc89a13d614017092c8b84db378f593e8223438f3e741
+SIZE (googlecl-0.9.11.tar.gz) = 63638
diff -ruN --exclude=CVS /usr/ports/net/googlecl/files/patch-setup.py /tmp/googlecl/files/patch-setup.py
--- /usr/ports/net/googlecl/files/patch-setup.py	2010-08-24 19:39:36.000000000 +0200
+++ /tmp/googlecl/files/patch-setup.py	2010-12-11 00:05:13.000000000 +0100
@@ -1,14 +1,14 @@
---- setup.py.orig	2010-07-24 10:30:33.000000000 +0800
-+++ setup.py	2010-08-24 21:11:15.000000000 +0800
-@@ -12,10 +12,7 @@
- # See the License for the specific language governing permissions and
- # limitations under the License.
+--- ./setup.py.orig	2010-12-11 00:04:45.000000000 +0100
++++ ./setup.py	2010-12-11 00:04:57.000000000 +0100
+@@ -14,10 +14,7 @@
+ 
+ from __future__ import with_statement
  
 -try:
 -  from setuptools import setup
 -except ImportError:
 -  from distutils.core import setup
 +from distutils.core import setup
+ import os
+ import shutil
  packages =['googlecl',
-            'googlecl.blogger',
-            'googlecl.calendar',
diff -ruN --exclude=CVS /usr/ports/net/googlecl/pkg-plist /tmp/googlecl/pkg-plist
--- /usr/ports/net/googlecl/pkg-plist	2010-09-22 03:06:45.000000000 +0200
+++ /tmp/googlecl/pkg-plist	2010-12-11 00:00:41.000000000 +0100
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
 bin/google
 %%PYTHON_SITELIBDIR%%/googlecl/__init__.py
 %%PYTHON_SITELIBDIR%%/googlecl/__init__.pyc
--- googlecl-0.9.11.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?4d02b1a9.26ead80a.4584.7d78>