Revision: | 494 |
Committed: | 2012-02-19T14:53:40-08:00 (13 years, 4 months ago) by douglas |
Original Path: | freebsd/diff/devel/py-gitosis/py-gitosis.2009-11-21T10:08:51Z.diff |
File size: | 616 byte(s) |
Log Message: | Move shar and diff files into their own fancy directory structures. |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 140 | diff -Nrux .svn -x work /usr/ports/devel/py-gitosis/Makefile py-gitosis/Makefile |
2 | --- /usr/ports/devel/py-gitosis/Makefile 2009-09-15 01:23:25.000000000 -0700 | ||
3 | +++ py-gitosis/Makefile 2009-11-21 01:54:43.644544495 -0800 | ||
4 | @@ -8,8 +8,8 @@ | ||
5 | PORTNAME= gitosis | ||
6 | PORTVERSION= 0.2.20080825 | ||
7 | CATEGORIES= devel | ||
8 | -MASTER_SITES= http://cloud.github.com/downloads/douglaswth/gitosis/ \ | ||
9 | - http://code.douglasthrift.net/files/gitosis/ | ||
10 | +MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ | ||
11 | + http://code.douglasthrift.net/files/${PORTNAME}/ | ||
12 | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||
13 | |||
14 | MAINTAINER= douglas@douglasthrift.net |