Bug 206166 - devel/tailor: Mark Un'BROKEN (Now fetchable)
Summary: devel/tailor: Mark Un'BROKEN (Now fetchable)
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: Dmitry Marakasov
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-01-12 19:40 UTC by Chris Hutchinson
Modified: 2016-01-13 08:43 UTC (History)
1 user (show)

See Also:
koobs: merge-quarterly?


Attachments
svn diff to fix devel/tailor (625 bytes, patch)
2016-01-12 19:40 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-12 19:40:09 UTC
Created attachment 165449 [details]
svn diff to fix devel/tailor

devel/tailor is currently marked BROKEN. I find
this port really useful, so I'm fixing it! :)
The svn diff attached to this port fixes it.

Changes:
MASTER_SITES, MAINTAINER

That's it!

Proof it works now :-)

dev.box# make -DBATCH extract
===>   tailor-0.9.35_2 depends on file: /usr/local/sbin/pkg - found
=> tailor-0.9.35.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://BSDforge.com/projects/source/devel/tailor/tailor-0.9.35.tar.gz
tailor-0.9.35.tar.gz                          100% of  223 kB 1574 kBps 00m00s
===> Fetching all distfiles required by tailor-0.9.35_2 for building
===>  Extracting for tailor-0.9.35_2
=> SHA256 Checksum OK for tailor-0.9.35.tar.gz.

dev.box.7-7-7-7.com# make distclean
===>  Cleaning for tailor-0.9.35_2
===>  Deleting distfiles for tailor-0.9.35_2


Thanks!

--Chris

maintainer is ports@ so patch approval is implicit
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-12 21:11:24 UTC
A commit references this bug:

Author: amdmi3
Date: Tue Jan 12 21:10:22 UTC 2016
New revision: 405915
URL: https://svnweb.freebsd.org/changeset/ports/405915

Log:
  - Unbreak fetch
  - Pass maintainership to submitter
  - While here, also
    - Add LICENSE
    - Add NO_ARCH
    - Silence mkdir

  PR:		206166
  Submitted by:	portmaster@bsdforge.com

Changes:
  head/devel/tailor/Makefile
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2016-01-12 21:13:59 UTC
Note that you don't need PORTREVISION bump here.
Comment 3 Chris Hutchinson 2016-01-12 21:30:06 UTC
(In reply to Dmitry Marakasov from comment #2)
> Note that you don't need PORTREVISION bump here.

Oh. Thanks for letting me know!
Sorry for any bother, and thanks for doing this!

--Chris