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