Bug 199323 - deskutils/bigyear UNBREAK, add MASTER_SITES, take MAINTAINER'ship
Summary: deskutils/bigyear UNBREAK, add MASTER_SITES, 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 Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-09 17:42 UTC by Chris Hutchinson
Modified: 2015-04-13 03:45 UTC (History)
1 user (show)

See Also:


Attachments
svn diff for deskutils/bigyear (623 bytes, patch)
2015-04-09 17:42 UTC, Chris Hutchinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2015-04-09 17:42:40 UTC
Created attachment 155376 [details]
svn diff for deskutils/bigyear

I always liked this port, had intended to add additional
features, as well. As I see it's slated for the dust bin,
I'd better save it. :) I'll just host the source, along with
all the other ports I also host.

Following is a session that shows it now works:

# make fetch
===>   bigyear-20010226,1 depends on file: /usr/local/sbin/pkg - found
=> bigyear.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://BSDforge.com/projects/source/deskutils/bigyear/bigyear.tar.gz
bigyear.tar.gz                                100% of 8885  B   81 MBps 00m00s
===> Fetching all distfiles required by bigyear-20010226,1 for building

# make extract
===>   bigyear-20010226,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by bigyear-20010226,1 for building
===>  Extracting for bigyear-20010226,1
=> SHA256 Checksum OK for bigyear.tar.gz.
/bin/rm -f /usr/ports/deskutils/bigyear/work/bigyear/bigyear

Please also find the svn diff necessary to fix this port, attached.

Thanks!

--Chris
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-13 03:43:28 UTC
A commit references this bug:

Author: danfe
Date: Mon Apr 13 03:42:49 UTC 2015
New revision: 383892
URL: https://svnweb.freebsd.org/changeset/ports/383892

Log:
  - Unbreak by providing a working mastersite
  - Mute extraction-related command, respect ${CC}
  - Transfer maintainership to the submitter

  PR:		199323
  Submitted by:	Chris Hutchinson

Changes:
  head/deskutils/bigyear/Makefile
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2015-04-13 03:45:05 UTC
Committed as ports r383892 with couple of other fixes, thank you!