Date: Thu, 16 Oct 2014 08:55:30 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370983 - in head: biology/phrap databases/mantis devel/allegro-devel devel/gmake-lite devel/gnustep devel/libevent2 devel/php-memoize devel/php-scalar_objects devel/rubygem-sidekiq fin... Message-ID: <201410160855.s9G8tUfl099116@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Thu Oct 16 08:55:30 2014 New Revision: 370983 URL: https://svnweb.freebsd.org/changeset/ports/370983 QAT: https://qat.redports.org/buildarchive/r370983/ Log: - Fix various distinfo errors - Remove unused USE_* knobs - Fix typos in USE_* knobs - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D911 Modified: head/biology/phrap/distinfo head/databases/mantis/Makefile head/devel/allegro-devel/Makefile head/devel/gmake-lite/Makefile head/devel/gnustep/Makefile head/devel/libevent2/Makefile head/devel/php-memoize/Makefile head/devel/php-scalar_objects/Makefile head/devel/rubygem-sidekiq/Makefile head/finance/trytond28_company_work_time/Makefile head/graphics/libfreehand/Makefile head/graphics/libfreehand00/Makefile head/graphics/pfscalibration/Makefile head/graphics/pfstools/Makefile head/mail/qmail/distinfo head/multimedia/tvheadend/Makefile head/net/pear-Net_Traceroute/Makefile head/security/luasec/Makefile head/x11-servers/xorg-vfbserver/Makefile head/x11-toolkits/py-traitsbackendwx/Makefile head/x11/nxcomp/Makefile Modified: head/biology/phrap/distinfo ============================================================================== --- head/biology/phrap/distinfo Thu Oct 16 08:45:38 2014 (r370982) +++ head/biology/phrap/distinfo Thu Oct 16 08:55:30 2014 (r370983) @@ -1,3 +1,2 @@ -MD5 (phrap/distrib.tar.gz) = 93ef3d1cca4d1a70ed16511d30a355ab SHA256 (phrap/distrib.tar.gz) = 81f50c4410e8604cdefcc34ef6dc7b037be3bb45b94c439611a5590c1cf83665 SIZE (phrap/distrib.tar.gz) = 333159 Modified: head/databases/mantis/Makefile ============================================================================== --- head/databases/mantis/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/databases/mantis/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -3,6 +3,7 @@ PORTNAME= mantis PORTVERSION= 1.2.17 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME}bt/${PORTNAME}-stable/${PORTVERSION} DISTNAME= mantisbt-${PORTVERSION} @@ -11,8 +12,8 @@ MAINTAINER= dvl@FreeBSD.org COMMENT= Bug tracking system written in PHP NO_BUILD= yes -USE_PSQL= yes USE_PHP= hash pcre session +USES= pgsql SUB_FILES= pkg-message Modified: head/devel/allegro-devel/Makefile ============================================================================== --- head/devel/allegro-devel/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/devel/allegro-devel/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -28,7 +28,6 @@ USES= gmake cmake openal:soft pkgconfig USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga USE_GL= glu USE_GNOME= gtk20 -USE_FREETYPE= yes USE_LDCONFIG= yes PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" Modified: head/devel/gmake-lite/Makefile ============================================================================== --- head/devel/gmake-lite/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/devel/gmake-lite/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -31,4 +31,3 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/make.1 ${STAGEDIR}${PREFIX}/man/man1/gmake-lite.1 .include <bsd.port.mk> - Modified: head/devel/gnustep/Makefile ============================================================================== --- head/devel/gnustep/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/devel/gnustep/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -23,6 +23,5 @@ USE_GNUSTEP= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_GUI= yes USE_GNUSTEP_BACK= yes -USE_GNUSTEP_CAIRO= yes .include <bsd.port.mk> Modified: head/devel/libevent2/Makefile ============================================================================== --- head/devel/libevent2/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/devel/libevent2/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -3,7 +3,7 @@ PORTNAME= libevent2 PORTVERSION= 2.0.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://cloud.github.com/downloads/libevent/libevent/ DISTNAME= ${PORTNAME:S/2//}-${DISTVERSION}-stable @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes USES= libtool pathfix -USE_LDCOFNIG= yes +USE_LDCONFIG= yes OPTIONS_DEFINE= OPENSSL THREADS OPTIONS_DEFAULT= OPENSSL THREADS Modified: head/devel/php-memoize/Makefile ============================================================================== --- head/devel/php-memoize/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/devel/php-memoize/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -3,6 +3,7 @@ PORTNAME= memoize PORTVERSION= 0.2.0b1 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php- @@ -18,7 +19,7 @@ GH_COMMIT= cff0a58 USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -USE_PHPBUILD= yes +USE_PHP_BUILD= yes CONFIGURE_ARGS= --enable-memoize OPTIONS_DEFINE= APC MEMCACHED MEMORY Modified: head/devel/php-scalar_objects/Makefile ============================================================================== --- head/devel/php-scalar_objects/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/devel/php-scalar_objects/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -3,6 +3,7 @@ PORTNAME= scalar_objects PORTVERSION= 0.0.20140124 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php- @@ -20,6 +21,6 @@ GH_COMMIT= baf4985 USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -USE_PHPBUILD= yes +USE_PHP_BUILD= yes .include <bsd.port.mk> Modified: head/devel/rubygem-sidekiq/Makefile ============================================================================== --- head/devel/rubygem-sidekiq/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/devel/rubygem-sidekiq/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -28,4 +28,3 @@ BROKEN= Infinite loop during install .endif .include <bsd.port.post.mk> - Modified: head/finance/trytond28_company_work_time/Makefile ============================================================================== --- head/finance/trytond28_company_work_time/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/finance/trytond28_company_work_time/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -23,4 +23,3 @@ USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> - Modified: head/graphics/libfreehand/Makefile ============================================================================== --- head/graphics/libfreehand/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/graphics/libfreehand/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -22,4 +22,3 @@ CONFIGURE_ARGS= --disable-werror --witho INSTALL_TARGET= install-strip .include <bsd.port.mk> - Modified: head/graphics/libfreehand00/Makefile ============================================================================== --- head/graphics/libfreehand00/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/graphics/libfreehand00/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -25,4 +25,3 @@ post-install: @${RM} -f ${STAGEDIR}${PREFIX}/bin/* .include <bsd.port.mk> - Modified: head/graphics/pfscalibration/Makefile ============================================================================== --- head/graphics/pfscalibration/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/graphics/pfscalibration/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -27,4 +27,3 @@ bash_CMD= ${SH} LIB_DEPENDS= libpfs-1.2.so:${PORTSDIR}/graphics/pfstools .include <bsd.port.mk> - Modified: head/graphics/pfstools/Makefile ============================================================================== --- head/graphics/pfstools/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/graphics/pfstools/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -83,4 +83,3 @@ octave_CMD?= ${LOCALBASE}/bin/octave .endif .include <bsd.port.mk> - Modified: head/mail/qmail/distinfo ============================================================================== --- head/mail/qmail/distinfo Thu Oct 16 08:45:38 2014 (r370982) +++ head/mail/qmail/distinfo Thu Oct 16 08:55:30 2014 (r370983) @@ -83,7 +83,7 @@ SIZE (qmail/qmail-ldap-1.03_qmail-smtpd_ SHA256 (qmail/qmail-ldap-20060201-grtdelay.patch) = db880469e3d1356252bc8d10251b88cf5cf75a69f18971ffa6e2b85db5a796bc SIZE (qmail/qmail-ldap-20060201-grtdelay.patch) = 6051 SHA256 (qmail/enhacelogging-ldap-20120221.patch) = e5403eee9c180180eb52ce343575bbd67e869cda874dbe064e17f35370b260c5 -SIZE (qmail/enhacelogging-ldap-20120211.patch) = 1207 +SIZE (qmail/enhacelogging-ldap-20120221.patch) = 1207 SHA256 (qmail/ucspi-ssl-0.94.tgz) = 343c0281269d88650823eb053fe80bf34b81f52c12b895f27534706b983a23b4 SIZE (qmail/ucspi-ssl-0.94.tgz) = 112640 SHA256 (qmail/qmail-ldap-1.03-20060201-SRS.patch) = 2c54abef2af35e7e7a54b94e06cd002877db3ea96fa06f1b53e6d741a62a2154 Modified: head/multimedia/tvheadend/Makefile ============================================================================== --- head/multimedia/tvheadend/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/multimedia/tvheadend/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -89,4 +89,3 @@ post-patch: .endif .include <bsd.port.post.mk> - Modified: head/net/pear-Net_Traceroute/Makefile ============================================================================== --- head/net/pear-Net_Traceroute/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/net/pear-Net_Traceroute/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -8,8 +8,6 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to execute traceroute - USES= pear .include <bsd.port.mk> - Modified: head/security/luasec/Makefile ============================================================================== --- head/security/luasec/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/security/luasec/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -20,15 +20,6 @@ MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${W USES= lua:51 USE_OPENSSL= yes -.include <bsd.port.options.mk> - -# NOTE: OSVERSION is already defined here, and USE_OPENSSL_PORT -# should be defined before pre.mk, that's why options.mk is used - -.if ${OSVERSION} < 700024 -USE_OPENSSL_PORT=yes -.endif - post-patch: .SILENT ${REINPLACE_CMD} -Ee '/\(INSTALL\)/s/-D //' \ -e '/^LDFLAGS/s/\+=/=/' \ Modified: head/x11-servers/xorg-vfbserver/Makefile ============================================================================== --- head/x11-servers/xorg-vfbserver/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/x11-servers/xorg-vfbserver/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -54,4 +54,3 @@ do-install: cd ${WRKSRC}/hw/vfb; DESTDIR=${STAGEDIR} ${MAKE} install .include <bsd.port.mk> - Modified: head/x11-toolkits/py-traitsbackendwx/Makefile ============================================================================== --- head/x11-toolkits/py-traitsbackendwx/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/x11-toolkits/py-traitsbackendwx/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -22,4 +22,3 @@ USE_WX= 3.0+ WX_COMPS= python .include <bsd.port.mk> - Modified: head/x11/nxcomp/Makefile ============================================================================== --- head/x11/nxcomp/Makefile Thu Oct 16 08:45:38 2014 (r370982) +++ head/x11/nxcomp/Makefile Thu Oct 16 08:55:30 2014 (r370983) @@ -26,4 +26,3 @@ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libXcomp.so.3.5* .include <bsd.port.mk> -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410160855.s9G8tUfl099116>