Sat Apr 21 07:37:08 2012 UTC ()
Fix typo of HOMEPAGE which was never accessable URL.

Noted by ISIHARA Takanori at K*BUG meeting.


(taca)
diff -r1.5 -r1.6 pkgsrc/pkgtools/tinderbox-dragonfly/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/pkgtools/tinderbox-dragonfly/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/tinderbox-dragonfly/Attic/Makefile 2011/12/04 21:55:01 1.5
+++ pkgsrc/pkgtools/tinderbox-dragonfly/Attic/Makefile 2012/04/21 07:37:08 1.6
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.5 2011/12/04 21:55:01 marino Exp $ 1# $NetBSD: Makefile,v 1.6 2012/04/21 07:37:08 taca Exp $
2# 2#
3 3
4DISTNAME= tinderbox-dragonfly-${TBOX_VERSION} 4DISTNAME= tinderbox-dragonfly-${TBOX_VERSION}
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= pkgtools 6CATEGORIES= pkgtools
7MASTER_SITES= http://tinderbox.marcuscom.com/ 7MASTER_SITES= http://tinderbox.marcuscom.com/
8DISTFILES= tinderbox-${TBOX_VERSION}.tar.gz 8DISTFILES= tinderbox-${TBOX_VERSION}.tar.gz
9 9
10MAINTAINER= draco@marino.st 10MAINTAINER= draco@marino.st
11HOMEPAGE= http://tinderbox/marcuscom.com 11HOMEPAGE= http://tinderbox.marcuscom.com/
12COMMENT= Tinderbox package building system (pkgsrc) 12COMMENT= Tinderbox package building system (pkgsrc)
13LICENSE= modified-bsd 13LICENSE= modified-bsd
14 14
15DEPENDS+= p5-Compress-Bzip2>=2:../../archivers/p5-Compress-Bzip2 15DEPENDS+= p5-Compress-Bzip2>=2:../../archivers/p5-Compress-Bzip2
16DEPENDS+= csup>=20100101:../../net/csup 16DEPENDS+= csup>=20100101:../../net/csup
17DEPENDS+= scmgit>1.6:../../devel/scmgit 17DEPENDS+= scmgit>1.6:../../devel/scmgit
18 18
19TBOX_VERSION= 3.4.1 19TBOX_VERSION= 3.4.1
20PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
21ONLY_FOR_PLATFORM= DragonFly-*-* 21ONLY_FOR_PLATFORM= DragonFly-*-*
22 22
23USE_TOOLS+= perl perl:run 23USE_TOOLS+= perl perl:run
24NO_CONFIGURE= yes 24NO_CONFIGURE= yes