Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2016 15:17:54 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405358 - head/www/textpattern
Message-ID:  <201601061517.u06FHsBS094577@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Jan  6 15:17:54 2016
New Revision: 405358
URL: https://svnweb.freebsd.org/changeset/ports/405358

Log:
  Fix MASTER_SITES, regenerate distinfo and unmark BROKEN.
  
  The old download URL was pointing to the zip version of the source code. Switch
  to the url that serves a .tar.gz, regenerate distinfo (it contained information
  about the .zip file with the wrong extension) and remove a non-working mirror.

Modified:
  head/www/textpattern/Makefile
  head/www/textpattern/distinfo

Modified: head/www/textpattern/Makefile
==============================================================================
--- head/www/textpattern/Makefile	Wed Jan  6 15:13:31 2016	(r405357)
+++ head/www/textpattern/Makefile	Wed Jan  6 15:17:54 2016	(r405358)
@@ -4,14 +4,11 @@
 PORTNAME=	textpattern
 PORTVERSION=	4.2.0
 CATEGORIES=	www
-MASTER_SITES=	http://textpattern.com/file_download/57/ \
-		http://freebsd.unixfreunde.de/sources/
+MASTER_SITES=	http://textpattern.com/file_download/56/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Free, flexible, elegant, easy-to-use content management system
 
-BROKEN=		unfetchable
-
 USES=		cpe
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/www/textpattern/distinfo
==============================================================================
--- head/www/textpattern/distinfo	Wed Jan  6 15:13:31 2016	(r405357)
+++ head/www/textpattern/distinfo	Wed Jan  6 15:17:54 2016	(r405358)
@@ -1,2 +1,2 @@
-SHA256 (textpattern-4.2.0.tar.gz) = 53fd97a92d1eeb61fee6df939724baa1595f792132fe01af42da999bb3b35064
-SIZE (textpattern-4.2.0.tar.gz) = 437483
+SHA256 (textpattern-4.2.0.tar.gz) = cbe4e47f3e92d3fc150b9f2169c8ffe8a1bffb04b116a2800d20c25691eace94
+SIZE (textpattern-4.2.0.tar.gz) = 385044



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