Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2014 21:35:39 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368790 - head/www/calendarserver
Message-ID:  <201409212135.s8LLZdCK021852@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Sep 21 21:35:39 2014
New Revision: 368790
URL: http://svnweb.freebsd.org/changeset/ports/368790
QAT: https://qat.redports.org/buildarchive/r368790/

Log:
  www/calendarserver: rerolled distfile
  
  - SVN export was not tied to a revision causing a slightly
    change in the tarball, no actual code changes happened
  - Store the tarball in my local distfiles
  
  Reported by:	antoine

Modified:
  head/www/calendarserver/Makefile
  head/www/calendarserver/distinfo

Modified: head/www/calendarserver/Makefile
==============================================================================
--- head/www/calendarserver/Makefile	Sun Sep 21 21:22:33 2014	(r368789)
+++ head/www/calendarserver/Makefile	Sun Sep 21 21:35:39 2014	(r368790)
@@ -3,7 +3,7 @@
 PORTNAME=	calendarserver
 PORTVERSION=	5.1
 CATEGORIES=	www python
-MASTER_SITES=	https://svn.calendarserver.org/repository/calendarserver/CalendarServer/tags/release/
+MASTER_SITES=	LOCAL/wg
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	CalendarServer-${PORTVERSION}
 
@@ -46,7 +46,7 @@ USE_RC_SUBR=	caldavd
 
 SVN_REPOSITORY_URL=	http://svn.calendarserver.org/repository/calendarserver
 SVN_TAG1=	CalendarServer/tags/release/${DISTNAME}
-SVN_CMD1=	svn export
+SVN_CMD1=	svn export -r13980
 SVN_TAG2=	PyCalendar/trunk
 SVN_CMD2=	svn export -r11458
 

Modified: head/www/calendarserver/distinfo
==============================================================================
--- head/www/calendarserver/distinfo	Sun Sep 21 21:22:33 2014	(r368789)
+++ head/www/calendarserver/distinfo	Sun Sep 21 21:35:39 2014	(r368790)
@@ -1,2 +1,2 @@
-SHA256 (CalendarServer-5.1.tar.gz) = d8081c9764ee03b598420b074494e09800c7ca6b751435394f9b56b4a720c70e
-SIZE (CalendarServer-5.1.tar.gz) = 4106073
+SHA256 (CalendarServer-5.1.tar.gz) = 9b74ff56c930707f2c987e89fa0a4fa178601c7f8aca7be6f551db05d196455d
+SIZE (CalendarServer-5.1.tar.gz) = 4105027



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409212135.s8LLZdCK021852>