Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 07:05:53 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332814 - head/databases/phpmyadmin
Message-ID:  <201311050705.rA575rvM048823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Tue Nov  5 07:05:53 2013
New Revision: 332814
URL: http://svnweb.freebsd.org/changeset/ports/332814

Log:
  Upgrade to 4.0.9
  
    - Drop LATEST_LINK
    - Apply shebangfix to a couple of shell scripts
  
  ChangeLog:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.9/phpMyAdmin-4.0.9-notes.html/view

Modified:
  head/databases/phpmyadmin/Makefile
  head/databases/phpmyadmin/distinfo

Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile	Tue Nov  5 06:56:18 2013	(r332813)
+++ head/databases/phpmyadmin/Makefile	Tue Nov  5 07:05:53 2013	(r332814)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpMyAdmin
-DISTVERSION=	4.0.8
+DISTVERSION=	4.0.9
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages
@@ -12,7 +12,8 @@ COMMENT=	A set of PHP-scripts to manage 
 
 LICENSE=	GPLv2
 
-USE_XZ=	yes
+USE_XZ=		yes
+USES=		shebangfix
 NO_BUILD=	yes
 .if !defined(WITHOUT_PHP_DEPENDS)
 USE_PHP=	ctype session filter mbstring json spl
@@ -77,7 +78,8 @@ SUB_LIST+=	PKGNAME=${PKGNAME}	       \
 		SUPHP_ENABLED=${SUPHP_ENABLED}
 SUB_FILES+=	pkg-install pkg-deinstall pkg-message
 
-LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
+SHEBANG_FILES=	libraries/plugins/transformations/generator_main_class.sh \
+		libraries/plugins/transformations/generator_plugin.sh
 
 .if !defined(WITHOUT_PHP_DEPENDS)
 

Modified: head/databases/phpmyadmin/distinfo
==============================================================================
--- head/databases/phpmyadmin/distinfo	Tue Nov  5 06:56:18 2013	(r332813)
+++ head/databases/phpmyadmin/distinfo	Tue Nov  5 07:05:53 2013	(r332814)
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-4.0.8-all-languages.tar.xz) = 48ecb33d1fd433d5cf3d7145398bc234001406d7e62b1df89a5d80927719d4aa
-SIZE (phpMyAdmin-4.0.8-all-languages.tar.xz) = 4692284
+SHA256 (phpMyAdmin-4.0.9-all-languages.tar.xz) = 7e1d045dd71910ba203149dcd446134c62cee0308bf9569eccf1dd91cf04d1a4
+SIZE (phpMyAdmin-4.0.9-all-languages.tar.xz) = 4773892



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