ports/102027: [maintainer] databases/phpmyadmin -- update to 2.8.2.2, etc.

Matthew Seaman m.seaman at infracaninophile.co.uk
Mon Aug 14 18:40:23 UTC 2006


>Number:         102027
>Category:       ports
>Synopsis:       [maintainer] databases/phpmyadmin -- update to 2.8.2.2, etc.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 14 18:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 6.1-STABLE FreeBSD 6.1-STABLE #2: Mon Aug 7 21:20:41 BST 2006 root at happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

    * Update to version 2.8.2.2

      This is a bugfix for the bug described at:

      http://sourceforge.net/tracker/index.php?func=detail&aid=1536112&group_id=23067&atid=377408

    * Respect DESTDIR

>How-To-Repeat:
	
>Fix:

	

--- phpmyadmin.diff begins here ---
diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile
--- /usr/ports/databases/phpmyadmin/Makefile	Fri Aug  4 10:11:43 2006
+++ phpmyadmin/Makefile	Mon Aug 14 19:25:00 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phpMyAdmin
-DISTVERSION=	2.8.2.1
+DISTVERSION=	2.8.2.2
 CATEGORIES=	databases www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	phpmyadmin
@@ -56,7 +56,7 @@
 		MCRYPT   "MCrypt library support" on \
 		MBSTRING "Multi-byte character-set string support" on
 
-PORT_DBDIR?=	/var/db/ports
+PORT_DBDIR?=	${DESTDIR}/var/db/ports
 LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 OPTIONSFILE?=	${PORT_DBDIR}/${LATEST_LINK}/options
 
@@ -126,7 +126,7 @@
 install-app:
 	cd ${WRKSRC} ; \
 	for src in $$( ${FIND} . ! -name .cvsignore ) ; do \
-	    dst=${PREFIX}/${MYADMDIR}$${src#.} ; \
+	    dst=${TARGETDIR}/${MYADMDIR}$${src#.} ; \
 	    if ${TEST} -d $$src ; then \
 	        ${MKDIR} $$dst ; \
 	    else \
@@ -135,7 +135,7 @@
 	done
 
 install-conf: install-app
-	cd ${PREFIX}/${MYADMDIR} ; \
+	cd ${TARGETDIR}/${MYADMDIR} ; \
 	${CHMOD} 0640 ${CFGFILE}.sample ; \
 	${CHGRP} ${MYADMGRP} ${CFGFILE}.sample ; \
 	if ${TEST} ! -f ${CFGFILE} ; then \
diff -Nur /usr/ports/databases/phpmyadmin/distinfo phpmyadmin/distinfo
--- /usr/ports/databases/phpmyadmin/distinfo	Fri Aug  4 10:11:43 2006
+++ phpmyadmin/distinfo	Mon Aug 14 19:25:52 2006
@@ -1,3 +1,3 @@
-MD5 (phpMyAdmin-2.8.2.1.tar.bz2) = dd11f126650c88eda95c4b719663811f
-SHA256 (phpMyAdmin-2.8.2.1.tar.bz2) = 3de84bd3466eff22b55ffb6643a08c96145b76b68300b9f52ea0562d0eeda76c
-SIZE (phpMyAdmin-2.8.2.1.tar.bz2) = 2014791
+MD5 (phpMyAdmin-2.8.2.2.tar.bz2) = 168df8bf35ad0501aed486b2bf6864f5
+SHA256 (phpMyAdmin-2.8.2.2.tar.bz2) = ecb6dc9501775810a52798a0025dc6a69ec7ca5eab09b822b0efc244e7b7600a
+SIZE (phpMyAdmin-2.8.2.2.tar.bz2) = 2014792
--- phpmyadmin.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list