Bug 206182 - sysutils/fusefs-cryptofs: Mark Un'BROKEN (Now fetchable), Take MAINTAINER'ship
Summary: sysutils/fusefs-cryptofs: Mark Un'BROKEN (Now fetchable), Take MAINTAINER'ship
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Raphael Kubo da Costa
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-01-13 01:31 UTC by Chris Hutchinson
Modified: 2016-02-28 20:59 UTC (History)
1 user (show)

See Also:


Attachments
svn diff to fix sysutils/fusdefs-cryptofs (2.60 KB, patch)
2016-01-13 01:31 UTC, Chris Hutchinson
portmaster: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2016-01-13 01:31:16 UTC
Created attachment 165474 [details]
svn diff to fix sysutils/fusdefs-cryptofs

Seems like it would be a shame to lose this one. So I'll
fix it. :)
Currently makrked BROKEN (unfetchable)

Changes/additions in the attached svn diff;

MASTER_SITES, MAINTAINER, LICENSE, USES, distinfo, WWW

USES - remove unnecessary tar:bz2 - I had the gzipped version already

distinfo - see above - needed to checksum the gzipped source

LICENSE - added, (wasn't already defined)

The rest should be obvious. :)

That's it!

show it now works :-)

dev.box# make -DBATCH extract
===>  License GPLv2 accepted by the user
===>   cryptofs-0.6.0_7 depends on file: /usr/local/sbin/pkg - found
=> cryptofs-0.6.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/cryptofs-0.6.0.tar.gz
cryptofs-0.6.0.tar.gz                         100% of  344 kB 3476 kBps 00m00s
===> Fetching all distfiles required by cryptofs-0.6.0_7 for building
===>  Extracting for cryptofs-0.6.0_7
=> SHA256 Checksum OK for cryptofs-0.6.0.tar.gz.

dev.box# make distclean
===>  Cleaning for cryptofs-0.6.0_7
===>  Deleting distfiles for cryptofs-0.6.0_7

Thanks!

--Chris

maintained by ports@ -- patch implicitly approved
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-02-28 20:55:47 UTC
A commit references this bug:

Author: rakuco
Date: Sun Feb 28 20:55:43 UTC 2016
New revision: 409760
URL: https://svnweb.freebsd.org/changeset/ports/409760

Log:
  Unmark broken, pass maintainership to submitter.

  PR:		206182
  Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>

Changes:
  head/sysutils/fusefs-cryptofs/Makefile
  head/sysutils/fusefs-cryptofs/distinfo
  head/sysutils/fusefs-cryptofs/pkg-descr
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-02-28 20:57:48 UTC
A commit references this bug:

Author: rakuco
Date: Sun Feb 28 20:56:57 UTC 2016
New revision: 409761
URL: https://svnweb.freebsd.org/changeset/ports/409761

Log:
  MFH: r409760

  Unmark broken, pass maintainership to submitter.

  PR:		206182
  Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>

  Approved by:	portmgr blanket approval

Changes:
_U  branches/2016Q1/
  branches/2016Q1/sysutils/fusefs-cryptofs/Makefile
  branches/2016Q1/sysutils/fusefs-cryptofs/distinfo
  branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-02-28 20:59:35 UTC
Landed, thanks for the patch!