diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-01-07 12:07:19 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-01-07 12:07:19 +0000 |
commit | e2e37bad7d46dcb01369619a798e80697dcffcf8 (patch) | |
tree | 3d352e1b63294497a3d27666961f6cc0d34ebe53 /sysutils/daemontools | |
parent | 89674a1f6c3afcf71331e118cae73899986b6ed2 (diff) | |
download | ports-e2e37bad7d46dcb01369619a798e80697dcffcf8.tar.gz ports-e2e37bad7d46dcb01369619a798e80697dcffcf8.zip |
It seems that the thedjbway.org domain has expired, so the sigq12 patch
has lost its home. Host it on my FreeBSD local distfiles site for
the present until I find out who has a more permanent home for it.
Reported by: Valentin Zahariev <curly@e-card.bg>
Notes
Notes:
svn path=/head/; revision=247329
Diffstat (limited to 'sysutils/daemontools')
-rw-r--r-- | sysutils/daemontools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index c0012435572c..d39fa496b2c0 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -55,7 +55,9 @@ MANCOMPRESSED= no .endif .if defined(WITH_SIGQ12) -PATCH_SITES+= http://thedjbway.org/patches/:sigq12 +#PATCH_SITES+= http://thedjbway.org/patches/:sigq12 +PATCH_SITES+= ${MASTER_SITE_LOCAL:S/%SUBDIR%\//roam\/sysutils\/daemontools\/:sigq12/} \ + http://people.FreeBSD.org/~roam/ports/sysutils/daemontools/:sigq12 PATCHFILES+= daemontools-0.76.sigq12.patch:sigq12 PATCH_DIST_STRIP= -p2 .endif |