Bug 180749 - comms/xlog update
Summary: comms/xlog update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 02:40 UTC by Danilo Egêa Gondolfo
Modified: 2013-07-23 09:00 UTC (History)
0 users

See Also:


Attachments
file.diff (745 bytes, patch)
2013-07-23 02:40 UTC, Danilo Egêa Gondolfo
no flags Details | Diff
xlog.txt (836 bytes, text/plain; charset=UTF-8)
2013-07-23 02:56 UTC, Danilo Egêa Gondolfo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-07-23 02:40:00 UTC
Update from 2.0.8 to 2.0.9

Fix: Patch attached with submission follows:
Comment 1 Danilo Egêa Gondolfo 2013-07-23 02:56:02 UTC
Remove useless master site.
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2013-07-23 03:05:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2013-07-23 08:51:58 UTC
State Changed
From-To: closed->open

closed unintentionally
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-07-23 08:56:10 UTC
Author: jgh
Date: Tue Jul 23 07:55:58 2013
New Revision: 323519
URL: http://svnweb.freebsd.org/changeset/ports/323519

Log:
  - update to 2.0.9
  - trim master_sites
  
  PR:		180749
  Submitted by:	danilogondolfo@gmail.com (maintainer)

Modified:
  head/comms/xlog/Makefile
  head/comms/xlog/distinfo

Modified: head/comms/xlog/Makefile
==============================================================================
--- head/comms/xlog/Makefile	Tue Jul 23 07:46:56 2013	(r323518)
+++ head/comms/xlog/Makefile	Tue Jul 23 07:55:58 2013	(r323519)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	xlog
-PORTVERSION=	2.0.8
+PORTVERSION=	2.0.9
 CATEGORIES=	comms hamradio
-MASTER_SITES=	SAVANNAH \
-		http://www.chronos.org.uk/download/
+MASTER_SITES=	SAVANNAH
 MASTER_SITE_SUBDIR=	xlog
 
 MAINTAINER=	danilogondolfo@gmail.com

Modified: head/comms/xlog/distinfo
==============================================================================
--- head/comms/xlog/distinfo	Tue Jul 23 07:46:56 2013	(r323518)
+++ head/comms/xlog/distinfo	Tue Jul 23 07:55:58 2013	(r323519)
@@ -1,2 +1,2 @@
-SHA256 (xlog-2.0.8.tar.gz) = 0d3bbb63c048ff8a920f9661afbd775c99614ea2445df3c81035663ebc748e2b
-SIZE (xlog-2.0.8.tar.gz) = 11393072
+SHA256 (xlog-2.0.9.tar.gz) = 3bc44113910b03d3f1c12b2a89074b5b5e5a0e0325b3ed917b3252e650cb3d88
+SIZE (xlog-2.0.9.tar.gz) = 11395055
_______________________________________________
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"
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2013-07-23 08:56:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!