svn commit: r405359 - branches/2016Q1/www/textpattern
Raphael Kubo da Costa
rakuco at FreeBSD.org
Wed Jan 6 15:18:56 UTC 2016
Author: rakuco
Date: Wed Jan 6 15:18:54 2016
New Revision: 405359
URL: https://svnweb.freebsd.org/changeset/ports/405359
Log:
MFH: r405358
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.
Approved by: portmgr blanket
Modified:
branches/2016Q1/www/textpattern/Makefile
branches/2016Q1/www/textpattern/distinfo
Directory Properties:
branches/2016Q1/ (props changed)
Modified: branches/2016Q1/www/textpattern/Makefile
==============================================================================
--- branches/2016Q1/www/textpattern/Makefile Wed Jan 6 15:17:54 2016 (r405358)
+++ branches/2016Q1/www/textpattern/Makefile Wed Jan 6 15:18:54 2016 (r405359)
@@ -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 at FreeBSD.org
COMMENT= Free, flexible, elegant, easy-to-use content management system
-BROKEN= unfetchable
-
USES= cpe
NO_BUILD= yes
NO_ARCH= yes
Modified: branches/2016Q1/www/textpattern/distinfo
==============================================================================
--- branches/2016Q1/www/textpattern/distinfo Wed Jan 6 15:17:54 2016 (r405358)
+++ branches/2016Q1/www/textpattern/distinfo Wed Jan 6 15:18:54 2016 (r405359)
@@ -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
More information about the svn-ports-all
mailing list