Bug 186703 - Port Maintainer Update: sysutils/tdir
Summary: Port Maintainer Update: sysutils/tdir
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-12 20:40 UTC by Tim Daneliuk
Modified: 2014-02-13 08:10 UTC (History)
0 users

See Also:


Attachments
tdir.diff (1.22 KB, patch)
2014-02-13 06:34 UTC, R.Mahmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Daneliuk 2014-02-12 20:40:01 UTC
Update of sysutils/tdir from 1.69 to 1.71:


diff -urN /usr/ports/sysutils/tdir/Makefile tdir/Makefile
--- /usr/ports/sysutils/tdir/Makefile   2014-01-22 11:00:46.000000000 -0600
+++ tdir/Makefile       2014-02-12 13:01:38.000000000 -0600
@@ -2,7 +2,7 @@
 # $FreeBSD: head/sysutils/tdir/Makefile 340722 2014-01-22 17:00:46Z mat $
 
 PORTNAME=      tdir
-PORTVERSION=   1.69
+PORTVERSION=   1.71
 CATEGORIES=    sysutils
 MASTER_SITES=  http://www.tundraware.com/Software/tdir/
 
diff -urN /usr/ports/sysutils/tdir/distinfo tdir/distinfo
--- /usr/ports/sysutils/tdir/distinfo   2014-01-22 09:30:13.000000000 -0600
+++ tdir/distinfo       2014-02-12 13:01:47.000000000 -0600
@@ -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
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2014-02-13 06:09:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 R.Mahmatkhanov 2014-02-13 06:34:24 UTC
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
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2014-02-13 07:41:34 UTC
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
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-13 07:43:01 UTC
Responsible Changed
From-To: culot->rm

I will take it.
Comment 5 R.Mahmatkhanov 2014-02-13 07:44:20 UTC
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
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-02-13 07:44:26 UTC
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"
Comment 7 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-13 07:45:35 UTC
State Changed
From-To: open->closed

Committed, thank you! Please send patches as attachments next time.