Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2012 07:17:53 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301706 - head/devel/cx_Freeze
Message-ID:  <201207300717.q6U7HrCG061086@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Mon Jul 30 07:17:53 2012
New Revision: 301706
URL: http://svn.freebsd.org/changeset/ports/301706

Log:
  - Attempt to fix plist
  - Pet portlint (whitespace)
  
  Submitted by:	pointyhat
  Approved by:	maintainer timeout

Modified:
  head/devel/cx_Freeze/Makefile
  head/devel/cx_Freeze/pkg-plist

Modified: head/devel/cx_Freeze/Makefile
==============================================================================
--- head/devel/cx_Freeze/Makefile	Mon Jul 30 06:23:26 2012	(r301705)
+++ head/devel/cx_Freeze/Makefile	Mon Jul 30 07:17:53 2012	(r301706)
@@ -7,8 +7,9 @@
 
 PORTNAME=	cx_Freeze
 PORTVERSION=	4.3
+PORTREVISION=	1
 CATEGORIES=	devel python
-MASTER_SITES=   SF/cx-freeze/${PORTVERSION}
+MASTER_SITES=	SF/cx-freeze/${PORTVERSION}
 
 MAINTAINER=	araujo@FreeBSD.org
 COMMENT=	The cx_Freeze is a set of utilities for freezing Python scripts

Modified: head/devel/cx_Freeze/pkg-plist
==============================================================================
--- head/devel/cx_Freeze/pkg-plist	Mon Jul 30 06:23:26 2012	(r301705)
+++ head/devel/cx_Freeze/pkg-plist	Mon Jul 30 07:17:53 2012	(r301706)
@@ -1,4 +1,5 @@
 bin/cxfreeze
+bin/cxfreeze-quickstart
 %%PYTHON_SITELIBDIR%%/cx_Freeze/__init__.py
 %%PYTHON_SITELIBDIR%%/cx_Freeze/__init__.pyc
 %%PYTHON_SITELIBDIR%%/cx_Freeze/__init__.pyo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207300717.q6U7HrCG061086>