View | Details | Raw Unified | Return to bug 153011
Collapse All | Expand All

(-)/tmp/googlecl/Makefile (-2 / +5 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	googlecl
8
PORTNAME=	googlecl
9
PORTVERSION=	0.9.10
9
PORTVERSION=	0.9.11
10
PORTREVISION=	1
11
CATEGORIES=	net www python
10
CATEGORIES=	net www python
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
13
12
Lines 21-32 Link Here
21
20
22
LICENSE=	ASL
21
LICENSE=	ASL
23
22
23
.if !defined(NO_INSTALL_MANPAGES)
24
MAN1=		google.1
24
MAN1=		google.1
25
.endif
25
26
26
PORTDOCS=	*
27
PORTDOCS=	*
27
28
28
post-install:
29
post-install:
30
.if !defined(NO_INSTALL_MANPAGES)
29
	${INSTALL_MAN} ${WRKSRC}/man/google.1 ${MANPREFIX}/man/man1
31
	${INSTALL_MAN} ${WRKSRC}/man/google.1 ${MANPREFIX}/man/man1
32
.endif
30
.if !defined(NOPORTDOCS)
33
.if !defined(NOPORTDOCS)
31
	${MKDIR} ${DOCSDIR}
34
	${MKDIR} ${DOCSDIR}
32
	${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR}
35
	${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR}
(-)/tmp/googlecl/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (googlecl-0.9.10.tar.gz) = 66872cdee0b527d23754e1df111f7836
1
SHA256 (googlecl-0.9.11.tar.gz) = d09d386c545abf458fdcc89a13d614017092c8b84db378f593e8223438f3e741
2
SHA256 (googlecl-0.9.10.tar.gz) = 03b58b0dfc03c15eea131c1f5b34a0499f872b14ade48b9ef1d0fcd70a68853c
2
SIZE (googlecl-0.9.11.tar.gz) = 63638
3
SIZE (googlecl-0.9.10.tar.gz) = 56564
(-)/tmp/googlecl/files/patch-setup.py (-7 / +7 lines)
Lines 1-14 Link Here
1
--- setup.py.orig	2010-07-24 10:30:33.000000000 +0800
1
--- ./setup.py.orig	2010-12-11 00:04:45.000000000 +0100
2
+++ setup.py	2010-08-24 21:11:15.000000000 +0800
2
+++ ./setup.py	2010-12-11 00:04:57.000000000 +0100
3
@@ -12,10 +12,7 @@
3
@@ -14,10 +14,7 @@
4
 # See the License for the specific language governing permissions and
4
 
5
 # limitations under the License.
5
 from __future__ import with_statement
6
 
6
 
7
-try:
7
-try:
8
-  from setuptools import setup
8
-  from setuptools import setup
9
-except ImportError:
9
-except ImportError:
10
-  from distutils.core import setup
10
-  from distutils.core import setup
11
+from distutils.core import setup
11
+from distutils.core import setup
12
 import os
13
 import shutil
12
 packages =['googlecl',
14
 packages =['googlecl',
13
            'googlecl.blogger',
14
            'googlecl.calendar',
(-)/tmp/googlecl/pkg-plist (+1 lines)
Lines 1-3 Link Here
1
@comment $FreeBSD$
1
bin/google
2
bin/google
2
%%PYTHON_SITELIBDIR%%/googlecl/__init__.py
3
%%PYTHON_SITELIBDIR%%/googlecl/__init__.py
3
%%PYTHON_SITELIBDIR%%/googlecl/__init__.pyc
4
%%PYTHON_SITELIBDIR%%/googlecl/__init__.pyc

Return to bug 153011