freebsd-ports/net/reposado/files/patch-setup.py
Steve Wills 2e46b5a1c5 Reposado is a set of tools written in Python that replicate the
key functionality of Mac OS X Server's Software Update Service.
This enables you to host a local Apple Software Update Server
on any hardware and OS of your choice.

WWW: https://github.com/wdas/reposado

PR:		ports/169344
Submitted by:	Masaki TAGAWA <masaki@club.kyutech.ac.jp>
2012-06-25 01:23:26 +00:00

11 lines
311 B
Python

--- setup.py.org 2012-06-22 15:50:45.283520178 +0900
+++ setup.py 2012-06-22 15:51:13.184520094 +0900
@@ -41,7 +41,7 @@
else:
setup(
name = "reposado",
- version = "git",
+ version = "%%PORTVERSION%%",
author = "Greg Neagle",
author_email = "reposado@googlegroups.com",
maintainer = "Brent B",