rsibreak.org domain is a wordpress site now, distfiles are unfetchable. Solution is either host distfile at freebsd or change the master_site. Dports changed the master_site (patch attached). We also upgraded from version 0.11-beta1 to version 0.11 as the beta1 file wasn't available on fedora. Fix: Patch attached with submission follows:
Maintainer of x11/rsibreak-kde4, Please note that PR ports/178000 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178000 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
John - thank you very much. Port committers - please commit. Thank you! -- Andriy Gapon
Responsible Changed From-To: freebsd-ports-bugs->crees I'll take it.
Author: crees Date: Sun Apr 21 15:22:36 2013 New Revision: 316183 URL: http://svnweb.freebsd.org/changeset/ports/316183 Log: Update to 0.11 Use new MASTER_SITES PR: ports/178000 Submitted by: John Marino <draco@marino.st> Feature safe: yes Modified: head/x11/rsibreak-kde4/Makefile head/x11/rsibreak-kde4/distinfo head/x11/rsibreak-kde4/pkg-plist Modified: head/x11/rsibreak-kde4/Makefile ============================================================================== --- head/x11/rsibreak-kde4/Makefile Sun Apr 21 15:00:50 2013 (r316182) +++ head/x11/rsibreak-kde4/Makefile Sun Apr 21 15:22:36 2013 (r316183) @@ -1,18 +1,14 @@ -# New ports collection makefile for: RSIBreak -# Date created: 15 Mar 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rsibreak -DISTVERSION= 0.11-beta1 -PORTREVISION= 2 +DISTVERSION= 0.11 CATEGORIES= x11 kde -MASTER_SITES= http://www.rsibreak.org/files/ +MASTER_SITES= LOCAL/crees/${PORTNAME} \ + http://pkgs.fedoraproject.org/repo/pkgs/rsibreak/rsibreak-0.11.tar.bz2/d5dd540efd18900aa508eee381bcaafd/ MAINTAINER= avg@icyb.net.ua -COMMENT= A KDE RSI prevention tool +COMMENT= KDE RSI prevention tool LATEST_LINK= ${PORTNAME}-kde4 Modified: head/x11/rsibreak-kde4/distinfo ============================================================================== --- head/x11/rsibreak-kde4/distinfo Sun Apr 21 15:00:50 2013 (r316182) +++ head/x11/rsibreak-kde4/distinfo Sun Apr 21 15:22:36 2013 (r316183) @@ -1,2 +1,2 @@ -SHA256 (rsibreak-0.11-beta1.tar.bz2) = a39fb8fd774665fb14c43c214849ef73a4377a35de7d10f1f444f55828e7098f -SIZE (rsibreak-0.11-beta1.tar.bz2) = 410137 +SHA256 (rsibreak-0.11.tar.bz2) = bc224812c4554209a9cbba830078cee727ed1a5a3c8cb2109cbac78af2382efb +SIZE (rsibreak-0.11.tar.bz2) = 463748 Modified: head/x11/rsibreak-kde4/pkg-plist ============================================================================== --- head/x11/rsibreak-kde4/pkg-plist Sun Apr 21 15:00:50 2013 (r316182) +++ head/x11/rsibreak-kde4/pkg-plist Sun Apr 21 15:22:36 2013 (r316183) @@ -7,7 +7,6 @@ share/apps/rsibreak/rsibreak.notifyrc share/autostart/rsibreak.desktop share/dbus-1/interfaces/org.rsibreak.rsiwidget.xml share/doc/HTML/en/rsibreak/common -share/doc/HTML/en/rsibreak/dcop.png share/doc/HTML/en/rsibreak/index.cache.bz2 share/doc/HTML/en/rsibreak/index.docbook share/doc/HTML/en/rsibreak/logo.png @@ -43,6 +42,7 @@ share/doc/HTML/sv/rsibreak/index.docbook share/doc/HTML/uk/rsibreak/common share/doc/HTML/uk/rsibreak/index.cache.bz2 share/doc/HTML/uk/rsibreak/index.docbook +share/doc/HTML/uk/rsibreak/statistics.png share/icons/hicolor/128x128/apps/rsibreak.png share/icons/hicolor/16x16/actions/rsibreak0.png share/icons/hicolor/16x16/actions/rsibreak1.png _______________________________________________ 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"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!