Summary: | Port Maintainer Update: sysutils/tdir | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tim Daneliuk <tdir> | ||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Tim Daneliuk
2014-02-12 20:40:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it. Hi Frederic, culot@FreeBSD.org wrote on 13.02.2014 10:09: > Synopsis: Port Maintainer Update: sysutils/tdir > > Responsible-Changed-From-To: freebsd-ports-bugs->culot > Responsible-Changed-By: culot > Responsible-Changed-When: Thu Feb 13 06:09:17 UTC 2014 > Responsible-Changed-Why: > I'll take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=186703 I worked on this port, so you may be interested in this patch. It also adds stage support. -- Regards, Ruslan T.O.S. Of Reality Hi Ruslan,
> Hi Frederic,
>
> culot@FreeBSD.org wrote on 13.02.2014 10:09:
> > Synopsis: Port Maintainer Update: sysutils/tdir
> >
> > Responsible-Changed-From-To: freebsd-ports-bugs->culot
> > Responsible-Changed-By: culot
> > Responsible-Changed-When: Thu Feb 13 06:09:17 UTC 2014
> > Responsible-Changed-Why:
> > I'll take it.
> >
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=186703
>
> I worked on this port, so you may be interested in this patch. It also
> adds stage support.
thanks for your email. Actually if you would like to commit the changes
yourself (as you already have worked on it), feel free to grab this PR
from me.
Cheers!
Frederic
Responsible Changed From-To: culot->rm I will take it. Frederic Culot wrote on 13.02.2014 11:41: > Hi Ruslan, > >> Hi Frederic, >> >> culot@FreeBSD.org wrote on 13.02.2014 10:09: >>> Synopsis: Port Maintainer Update: sysutils/tdir >>> >>> Responsible-Changed-From-To: freebsd-ports-bugs->culot >>> Responsible-Changed-By: culot >>> Responsible-Changed-When: Thu Feb 13 06:09:17 UTC 2014 >>> Responsible-Changed-Why: >>> I'll take it. >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=186703 >> >> I worked on this port, so you may be interested in this patch. It also >> adds stage support. > > thanks for your email. Actually if you would like to commit the changes > yourself (as you already have worked on it), feel free to grab this PR > from me. > > Cheers! > Frederic Ok, just done and committed. -- Regards, Ruslan T.O.S. Of Reality Author: rm Date: Thu Feb 13 07:44:19 2014 New Revision: 344043 URL: http://svnweb.freebsd.org/changeset/ports/344043 QAT: https://qat.redports.org/buildarchive/r344043/ Log: - update to 1.71 while here: - support staging - move pkg-plist entries to PLIST_FILES PR: 186703 Submitted by: Tim Daneliuk <tdir@tundraware.com> (maintainer) Deleted: head/sysutils/tdir/pkg-plist Modified: head/sysutils/tdir/Makefile head/sysutils/tdir/distinfo Modified: head/sysutils/tdir/Makefile ============================================================================== --- head/sysutils/tdir/Makefile Thu Feb 13 06:43:09 2014 (r344042) +++ head/sysutils/tdir/Makefile Thu Feb 13 07:44:19 2014 (r344043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tdir -PORTVERSION= 1.69 +PORTVERSION= 1.71 CATEGORIES= sysutils MASTER_SITES= http://www.tundraware.com/Software/tdir/ @@ -10,8 +10,11 @@ MAINTAINER= tdir@tundraware.com COMMENT= Advanced file directory display utility USE_PYTHON= yes -MANCOMPRESSED= yes -MAN1= tdir.1 -NO_STAGE= yes -.include <bsd.port.mk> +MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} + +PLIST_FILES= bin/tdir \ + man/man1/tdir.1.gz +PORTDOCS= tdir-license.txt + +.include <bsd.port.mk> Modified: head/sysutils/tdir/distinfo ============================================================================== --- head/sysutils/tdir/distinfo Thu Feb 13 06:43:09 2014 (r344042) +++ head/sysutils/tdir/distinfo Thu Feb 13 07:44:19 2014 (r344043) @@ -1,2 +1,2 @@ -SHA256 (tdir-1.69.tar.gz) = d2d038d751f103991da1586b8d7965f0b0d5cd7702f42b31a46d7e8a65a1cd05 -SIZE (tdir-1.69.tar.gz) = 6843 +SHA256 (tdir-1.71.tar.gz) = 7c851e3425fdbb63772d162f72f31f2f2c6d91f2854ebb114d9444c097cf6763 +SIZE (tdir-1.71.tar.gz) = 7513 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thank you! Please send patches as attachments next time. |