mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to 2.5.1 release (add native support for FreeBSD 5).
This commit is contained in:
parent
c3fb284092
commit
c15eb41572
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105279
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= ZendOptimizer
|
||||
PORTVERSION= 2.5.0
|
||||
PORTVERSION= 2.5.1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-FreeBSD4.0-i386
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-FreeBSD${VER}-i386
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= An optimizer for PHP code
|
||||
@ -19,15 +19,16 @@ USE_PHP= yes
|
||||
BROKEN_WITH_PHP=5
|
||||
|
||||
RESTRICTED= "Redistribution of pre-compiled binaries is not permitted"
|
||||
NO_CDROM= "Redistribution of pre-compiled binaries is not permitted"
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Check for FreeBSD version
|
||||
.if ${OSVERSION} >= 500000
|
||||
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
|
||||
.if ${OSVERSION} < 500000
|
||||
VER= 4.0
|
||||
.else
|
||||
VER= 5.1
|
||||
.endif
|
||||
.if ${OSVERSION} < 400000
|
||||
IGNORE= "This port is for FreeBSD 4 or above"
|
||||
@ -38,7 +39,7 @@ ECHO_MSG=/usr/bin/printf
|
||||
IGNORE= :\n\
|
||||
Because of licensing restrictions, you must fetch the source distribution\n\
|
||||
manually.\n\
|
||||
Please access http://www.zend.com/store/getfreefile.php?pid=13&zbid=713\n\
|
||||
Please access http://www.zend.com/store/free_download.php?pid=13\n\
|
||||
with a web browser, read the license and click the \"I ACCEPT\" button.\n\
|
||||
Download the source file, ${DISTNAME}${EXTRACT_SUFX},\n\
|
||||
and place it in ${DISTDIR}.\n
|
||||
|
@ -1,2 +1,4 @@
|
||||
MD5 (ZendOptimizer-2.5.0-FreeBSD4.0-i386.tar.gz) = 844ed84447719454c6c709610a5cedc5
|
||||
SIZE (ZendOptimizer-2.5.0-FreeBSD4.0-i386.tar.gz) = 1980989
|
||||
MD5 (ZendOptimizer-2.5.1-FreeBSD4.0-i386.tar.gz) = 63dc38b28255982d3ec29c9d61567c90
|
||||
SIZE (ZendOptimizer-2.5.1-FreeBSD4.0-i386.tar.gz) = 1975000
|
||||
MD5 (ZendOptimizer-2.5.1-FreeBSD5.1-i386.tar.gz) = 735a0a675e252c77890bcc2448bcdba8
|
||||
SIZE (ZendOptimizer-2.5.1-FreeBSD5.1-i386.tar.gz) = 1914687
|
||||
|
Loading…
Reference in New Issue
Block a user