Summary: | misc/tinderbox: update to 2.3.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Shaun Amott <shaun> | ||||
Component: | Individual Port(s) | Assignee: | Ion-Mihai "IOnut" Tetcu <itetcu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Shaun Amott
2006-05-18 00:20:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->itetcu itetcu@ wants to have these State Changed From-To: open->feedback Awaiting maintainers feedback Quoting Shaun Amott <shaun@inerd.com>: > +MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \ > + tc-configJail.1 tc-configTinderd.1 tc-init.1 > + ... > -tinderbox/scripts/man/man1/tc-configCcache.1 > -tinderbox/scripts/man/man1/tc-configDistfile.1 > -tinderbox/scripts/man/man1/tc-configGet.1 > -tinderbox/scripts/man/man1/tc-configJail.1 > -tinderbox/scripts/man/man1/tc-configTinderd.1 > -tinderbox/scripts/man/man1/tc-init.1 Does it packaged correctly with these changes? On Thu, May 18, 2006 at 09:29:26AM +1000, Sam Lawrance wrote:
>
> Quoting Shaun Amott <shaun@inerd.com>:
>
> >+MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1
> >\
> >+ tc-configJail.1 tc-configTinderd.1 tc-init.1
> >+
>
> ...
>
> >-tinderbox/scripts/man/man1/tc-configCcache.1
> >-tinderbox/scripts/man/man1/tc-configDistfile.1
> >-tinderbox/scripts/man/man1/tc-configGet.1
> >-tinderbox/scripts/man/man1/tc-configJail.1
> >-tinderbox/scripts/man/man1/tc-configTinderd.1
> >-tinderbox/scripts/man/man1/tc-init.1
>
> Does it packaged correctly with these changes?
>
Nope. The manpages need to be copied over to the standard location. I
removed this from my patch, but forgot that the other changes relied on
it.
Man pages in non-standard places are annoying. I'll leave it to the
maintainer to decide whether or not this is a good idea.
--
Shaun Amott [ PGP: 0x6B387A9A ]
Scientia Est Potentia.
Any chance you could submit an update for this port ? :) Maintainer is MIA for the last month or so. Thanks, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #178: short leg on process table On Thu, May 18, 2006 at 08:34:28AM +0300, Ion-Mihai IOnut Tetcu wrote: > Any chance you could submit an update for this port ? :) > Maintainer is MIA for the last month or so. Update below. Tinderbox tested. ;) -----tinderbox.diff starts here----- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/tinderbox/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 12 May 2006 13:48:12 -0000 1.14 +++ Makefile 18 May 2006 10:17:13 -0000 @@ -5,8 +5,7 @@ # $FreeBSD: ports/misc/tinderbox/Makefile,v 1.14 2006/05/12 13:48:12 itetcu Exp $ PORTNAME= tinderbox -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.3.1 CATEGORIES= misc MASTER_SITES= http://tinderbox.marcuscom.com/ @@ -26,6 +25,9 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \ + tc-configJail.1 tc-configTinderd.1 tc-init.1 + .include <bsd.port.pre.mk> .if defined(WITHOUT_PGSQL) && defined(WITHOUT_MYSQL) @@ -34,7 +36,7 @@ USE_PHP= session -.if defined(WITH_PGSQL) +.if !defined(WITHOUT_PGSQL) USE_PGSQL= yes USE_PHP+= pgsql RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg @@ -65,6 +67,7 @@ ${CP} -R ${WRKSRC}/* ${PREFIX}/tinderbox/scripts post-install: - ${CAT} ${PKGMESSAGE} + cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1 + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/tinderbox/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 11 Feb 2006 01:26:22 -0000 1.2 +++ distinfo 18 May 2006 10:17:13 -0000 @@ -1,3 +1,3 @@ -MD5 (tinderbox-2.3.0.tar.gz) = 4bd33a1ac8a31ec3e62b42f5307a587d -SHA256 (tinderbox-2.3.0.tar.gz) = a3062b98688ac50ac3c50c94f1f3a27334bfb2479f8d83cabb0f8b263dc7fba7 -SIZE (tinderbox-2.3.0.tar.gz) = 118046 +MD5 (tinderbox-2.3.1.tar.gz) = f92ff04fa6fef815b6238e164e019752 +SHA256 (tinderbox-2.3.1.tar.gz) = fbeb316c039196c4509231dce374759476a7aa836be333dc8c1656fed71e87b0 +SIZE (tinderbox-2.3.1.tar.gz) = 120573 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/tinderbox/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 12 Feb 2006 20:37:47 -0000 1.6 +++ pkg-plist 18 May 2006 10:17:13 -0000 @@ -48,8 +48,10 @@ tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.1.0_to_2.1.1.sql tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.1.1_to_2.2.0.sql tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.2.0_to_2.3.0.sql +tinderbox/scripts/upgrade/mig_mysql_tinderbox-2.3.0_to_2.3.1.sql tinderbox/scripts/upgrade/mig_pgsql_tinderbox-2.1.1_to_2.2.0.sql tinderbox/scripts/upgrade/mig_pgsql_tinderbox-2.2.0_to_2.3.0.sql +tinderbox/scripts/upgrade/mig_pgsql_tinderbox-2.3.0_to_2.3.1.sql tinderbox/scripts/upgrade/mig_shlib.sh tinderbox/scripts/www-exp/core/Build.php tinderbox/scripts/www-exp/core/BuildPortsQueue.php -----tinderbox.diff ends here----- -- Shaun Amott [ PGP: 0x6B387A9A ] Scientia Est Potentia. State Changed From-To: feedback->open patch received, thanks State Changed From-To: open->feedback Ask for maintainer approval. State Changed From-To: feedback->open Maintainer time-out State Changed From-To: open->closed New port added, with minor changes. Thanks! |