Bug 199326 - x11/xsel UNBREAK, add MASTER_SITES, take MAINTAINER
Summary: x11/xsel UNBREAK, add MASTER_SITES, take MAINTAINER
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 18:49 UTC by Chris Hutchinson
Modified: 2015-04-13 04:17 UTC (History)
1 user (show)

See Also:


Attachments
svn diff to fix x11/xsel (1.20 KB, patch)
2015-04-09 18:49 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 18:49:48 UTC
Created attachment 155379 [details]
svn diff to fix x11/xsel

Save xsel from the dust bin.
I see this has been marked for deletion, due to
it's source being unavailable. I've got the source.
So why not host it, along with all the other ports
I already host.

Following shows that it is now available again:

# make fetch
===>   xsel-0.04.1_5 depends on file: /usr/local/sbin/pkg - found
=> xsel-0.04.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://BSDforge.com/projects/source/x11/xsel/xsel-0.04.1.tar.bz2
xsel-0.04.1.tar.bz2                           100% of 7335  B   77 MBps 00m00s
===> Fetching all distfiles required by xsel-0.04.1_5 for building

# make extract
===>   xsel-0.04.1_5 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by xsel-0.04.1_5 for building
===>  Extracting for xsel-0.04.1_5
=> SHA256 Checksum OK for xsel-0.04.1.tar.bz2.

While here, take MAINTAINER.

Please find attached, the svn diff to fix x11/xsel.

Thanks!

--Chris
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-13 04:11:31 UTC
A commit references this bug:

Author: danfe
Date: Mon Apr 13 04:11:04 UTC 2015
New revision: 383893
URL: https://svnweb.freebsd.org/changeset/ports/383893

Log:
  - Provide new mastersite (CENKES is no more) and unbreak
  - Define LICENSE (MIT), augment COMMENT, fix the header
  - Add missing OPTIONS_DEFINE, replace ${INSTALL} -d with
    ${MKDIR}, perform few other minor Makefile cleanups
  - Remove defunct WWW from port description
  - Transfer maintainership to the submitter

  PR:		199326
  Submitted by:	Chris Hutchinson

Changes:
  head/x11/xsel/Makefile
  head/x11/xsel/pkg-descr
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2015-04-13 04:17:14 UTC
Committed with some modifications as ports r383893.  Note that port description was not reformatted, it is not needed: it fits 77 characters (which is on the edge, but still OK) and is nicely aligned on the right edge.

Also, why did you suggest to add WWW: line that returns 404?  For now I've just removed any link from port description.  Thanks for hosting the distfile!