ports/144282: [PATCH] www/wordpress-mu: Change DISTNAME for preventing from distfile checksum and size mismatch

Joe Horn joehorn at gmail.com
Thu Feb 25 10:20:05 UTC 2010


>Number:         144282
>Category:       ports
>Synopsis:       [PATCH] www/wordpress-mu: Change DISTNAME for preventing from distfile checksum and size mismatch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 25 10:20:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Joe Horn
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
Taiwanese User
>Environment:
System: FreeBSD joehorn.idv.tw 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #1: Fri Jan  8 23:08:25 CST
>Description:
- Change DISTNAME for preventing from distfile checksum and size mismatch.

If the ports couldn't be detected as newer version while PORTVERSION changed from 2.9.1 to 2.9.1.1,
bump PORTREVISION or change PORTEPOCH, please.

Port maintainer (araujo at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- wordpress-mu-2.9.1.1,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/wordpress-mu/Makefile /home/admin/joehorn/wordpress-mu/Makefile
--- /usr/ports/www/wordpress-mu/Makefile	2010-02-25 17:27:13.000000000 +0800
+++ /home/admin/joehorn/wordpress-mu/Makefile	2010-02-25 17:35:59.000000000 +0800
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	wordpress-mu
-PORTVERSION=	2.9.1
+PORTVERSION=	2.9.1.1
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://mu.wordpress.org/
-DISTNAME=	latest
-DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	araujo at FreeBSD.org
 COMMENT=	Multi-user version of the famous WordPress blogging application
diff -ruN --exclude=CVS /usr/ports/www/wordpress-mu/distinfo /home/admin/joehorn/wordpress-mu/distinfo
--- /usr/ports/www/wordpress-mu/distinfo	2010-02-25 17:27:13.000000000 +0800
+++ /home/admin/joehorn/wordpress-mu/distinfo	2010-02-25 17:41:46.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (wordpress-mu/2.9.1/latest.tar.gz) = 85ffe0c80032257e99ca65c8fe978d3a
-SHA256 (wordpress-mu/2.9.1/latest.tar.gz) = 798fc2e925d6c7b35cea9fd5a804431f67b4c0a96fd1a64cbdb471ba47a31764
-SIZE (wordpress-mu/2.9.1/latest.tar.gz) = 2343910
+MD5 (wordpress-mu-2.9.1.1.tar.gz) = 85ffe0c80032257e99ca65c8fe978d3a
+SHA256 (wordpress-mu-2.9.1.1.tar.gz) = 798fc2e925d6c7b35cea9fd5a804431f67b4c0a96fd1a64cbdb471ba47a31764
+SIZE (wordpress-mu-2.9.1.1.tar.gz) = 2343910
--- wordpress-mu-2.9.1.1,2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list