diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:12:22 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:12:22 +0000 |
commit | ccd948cfa4fe7d7e3aa69482f79c642acd13e6df (patch) | |
tree | c89b8aa93cae0953f125b8444f09a7c67d6adcf9 | |
parent | 1c460a5b00a5221991545a04e5cdba8565fc2839 (diff) | |
download | FreeBSD-ports-ccd948cfa4fe7d7e3aa69482f79c642acd13e6df.zip FreeBSD-ports-ccd948cfa4fe7d7e3aa69482f79c642acd13e6df.tar.gz |
Remove trailing whitespace from Makefiles, M-X.
83 files changed, 93 insertions, 93 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index b79ceed..b2058ac 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 RUN_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring -# Depends on gtkhtml4 (which is being abandonend). When our webkitgtk3 +# Depends on gtkhtml4 (which is being abandonend). When our webkitgtk3 # in ports gets updated to > 1.10.x, balsa should depend on it. USES= desktop-file-utils gettext gmake iconv pathfix \ perl5 pkgconfig tar:bzip2 diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 54a0b3e..197b7c6 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -111,7 +111,7 @@ PORTEXAMPLES= * SUB_FILES= pkg-message pkg-install pkg-deinstall cyrus-imapd-man.conf -SUB_LIST= CYRUS_USER=${CYRUS_USER} CYRUS_GROUP=${CYRUS_GROUP} +SUB_LIST= CYRUS_USER=${CYRUS_USER} CYRUS_GROUP=${CYRUS_GROUP} CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index a3c966b..1c19fc4 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -123,7 +123,7 @@ PORTEXAMPLES= * SUB_FILES= pkg-message pkg-install pkg-deinstall cyrus-imapd-man.conf -SUB_LIST= CYRUS_USER=${CYRUS_USER} CYRUS_GROUP=${CYRUS_GROUP} +SUB_LIST= CYRUS_USER=${CYRUS_USER} CYRUS_GROUP=${CYRUS_GROUP} CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile index b79b91c..b5ada00 100644 --- a/mail/cyrus-imapd25/Makefile +++ b/mail/cyrus-imapd25/Makefile @@ -120,7 +120,7 @@ PORTEXAMPLES= * SUB_FILES= pkg-message pkg-install pkg-deinstall cyrus-imapd-man.conf -SUB_LIST= CYRUS_USER=${CYRUS_USER} CYRUS_GROUP=${CYRUS_GROUP} +SUB_LIST= CYRUS_USER=${CYRUS_USER} CYRUS_GROUP=${CYRUS_GROUP} CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 229b2d4..b8b11d6 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -372,10 +372,10 @@ post-stage: ${MV} ${STAGEDIR}${ETCDIR}/main.cf ${STAGEDIR}${ETCDIR}/main.cf.sample ${MV} ${STAGEDIR}${ETCDIR}/master.cf ${STAGEDIR}${ETCDIR}/master.cf.sample -# == chop dynamicmaps.cf entries into dedicated .cf files +# == chop dynamicmaps.cf entries into dedicated .cf files # for future sub-packages support .for f in ${DYN_EXT} -# adjust dynamicmaps.cf +# adjust dynamicmaps.cf ${GREP} -e "^#" -e "^${f}" ${STAGEDIR}${META_DIRECTORY}/dynamicmaps.cf \ > ${STAGEDIR}${META_DIRECTORY}/dynamicmaps.cf.d/${f}.cf && \ ${SED} -i '' -e '/${f}/d' ${STAGEDIR}${META_DIRECTORY}/dynamicmaps.cf @@ -386,7 +386,7 @@ post-stage: \n$$shlib_directory/postfix-${f}.so:f:root:-:755\ \n$$meta_directory/postfix-files.d/${f}-files:f:root:-:644\ \n$$meta_directory/dynamicmaps.cf.d/${f}.cf:f:root:-:644\n' \ - > ${STAGEDIR}${META_DIRECTORY}/postfix-files.d/${f}-files + > ${STAGEDIR}${META_DIRECTORY}/postfix-files.d/${f}-files .endfor # Fix compressed man pages and strip executables diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 996c152..8fce41c 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -193,7 +193,7 @@ do-configure: 'APPENDDEF(`confENVDEF'\'', `-DLA_TYPE=LA_ZERO'\'')' \ >> ${WCONF}/site.config.m4 .endif -.if ${PORT_OPTIONS:MMILTER} && ${PORT_OPTIONS:MMILTER_POOL} +.if ${PORT_OPTIONS:MMILTER} && ${PORT_OPTIONS:MMILTER_POOL} ${ECHO_CMD} \ 'APPENDDEF(`conf_libmilter_ENVDEF'\'', `-DSM_CONF_POLL=1'\'')' \ >> ${WCONF}/site.config.m4 diff --git a/math/clfft/Makefile b/math/clfft/Makefile index 78a22fa..2f2c049 100644 --- a/math/clfft/Makefile +++ b/math/clfft/Makefile @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= dieterich@ogolem.org -COMMENT= Software library containing FFT functions written in OpenCL +COMMENT= Software library containing FFT functions written in OpenCL LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/gri/Makefile b/math/gri/Makefile index b6d4c6a..c164866 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -62,7 +62,7 @@ post-install: ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .else ${INSTALL_MAN} ${WRKSRC}/doc/gri-manpage.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/gri.1 + ${STAGEDIR}${MANPREFIX}/man/man1/gri.1 ${INSTALL_MAN} ${WRKSRC}/doc/gri_merge.1-skel \ ${STAGEDIR}${MANPREFIX}/man/man1/gri_merge.1 ${INSTALL_MAN} ${WRKSRC}/doc/gri_unpage.1-skel \ diff --git a/math/scalapack/files/Makefile b/math/scalapack/files/Makefile index 711f068..75ff28cf0 100644 --- a/math/scalapack/files/Makefile +++ b/math/scalapack/files/Makefile @@ -6,6 +6,6 @@ all: densg densg2 densg: example1.f # f77 version mpif77 -o densg example1.f -L/usr/local/lib -lscalapack -lblacs -lblacsf77 -lblacs -lf77blas - + densg2: example1.cc # C++ version mpiCC -o densg2 example1.cc -I/usr/local/mpich/include -I/usr/local/include -L/usr/local/lib -lscalapack -lblacs -lblacsf77 -lblacs -lf77blas -lg2c -lm diff --git a/misc/delay/Makefile b/misc/delay/Makefile index 56c7a2c..032f5da 100644 --- a/misc/delay/Makefile +++ b/misc/delay/Makefile @@ -5,7 +5,7 @@ PORTNAME= delay PORTVERSION= 1.6 CATEGORIES= misc MASTER_SITES= http://onegeek.org/~tom/software/delay/dl/ \ - http://utenti.gufi.org/~gmarco/files/distfiles/ + http://utenti.gufi.org/~gmarco/files/distfiles/ MAINTAINER= gmarco@gufi.org COMMENT= Delay program with feedback to the user diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index 34c23e4..1108680 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -16,7 +16,7 @@ USE_EMACS= yes .if (${EMACS_PORT_NAME} == "emacs20") DEPPORT_SUFFIX= -${EMACS_PORT_NAME} .else -DEPPORT_SUFFIX= +DEPPORT_SUFFIX= .endif RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index 46f34ee..ef2db55 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -48,7 +48,7 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mcserv .for i in a arfs audio cpio deb esp ftplist hp48 iso lha lslR mailfs patchfs rar rpm trpm uarj uha zip zoo - ${CHMOD} 755 ${STAGEDIR}${PREFIX}/share/mc/extfs/${i} + ${CHMOD} 755 ${STAGEDIR}${PREFIX}/share/mc/extfs/${i} .endfor .include <bsd.port.mk> diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index 3f1a1be..1ff0e50 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -7,7 +7,7 @@ CATEGORIES= misc tk MASTER_SITES= http://laurent.riesterer.free.fr/regexp/ DISTNAME= visual_regexp-${PORTVERSION} EXTRACT_SUFX= .tcl -EXTRACT_ONLY= +EXTRACT_ONLY= MAINTAINER= tcltk@FreeBSD.org COMMENT= Interactive regexp design tool diff --git a/multimedia/audiopreview/Makefile b/multimedia/audiopreview/Makefile index 5d93e10..78a8319 100644 --- a/multimedia/audiopreview/Makefile +++ b/multimedia/audiopreview/Makefile @@ -1,4 +1,4 @@ -# Created by: kevlo +# Created by: kevlo # $FreeBSD$ PORTNAME= audiopreview diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 088d293..9368ec1 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -4,7 +4,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} -# When chasing a shared library for a plug-in bump the PORTREVISION in the +# When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. PORTREVISION?= 6 PORTEPOCH= 3 diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index ea8f695..a9f01cd 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-sdltest \ --disable-examples -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USES= libtool tar:bzip2 diff --git a/multimedia/linux-f10-libtheora/Makefile b/multimedia/linux-f10-libtheora/Makefile index d89c81d..d718a3e 100644 --- a/multimedia/linux-f10-libtheora/Makefile +++ b/multimedia/linux-f10-libtheora/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} MAINTAINER= emulation@FreeBSD.org COMMENT= Theora Video Compression Codec (Linux Fedora 10) -CONFLICTS= linux-libtheora-[0-9]* +CONFLICTS= linux-libtheora-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= f10 diff --git a/multimedia/smtube/Makefile b/multimedia/smtube/Makefile index 8375357..a83ac8f 100644 --- a/multimedia/smtube/Makefile +++ b/multimedia/smtube/Makefile @@ -27,6 +27,6 @@ post-patch: ${WRKSRC}/Makefile post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> diff --git a/net-im/cicquin/Makefile b/net-im/cicquin/Makefile index c0cc70c..104d8b9 100644 --- a/net-im/cicquin/Makefile +++ b/net-im/cicquin/Makefile @@ -4,7 +4,7 @@ PORTNAME= cicquin PORTVERSION= 0.1 CATEGORIES= net-im -#MASTER_SITES= LOCAL/roam/misc/cicquin \ +#MASTER_SITES= LOCAL/roam/misc/cicquin \ MASTER_SITES= \ http://devel.ringlet.net/misc/cicquin/ \ http://people.FreeBSD.org/~roam/misc/cicquin/ diff --git a/net-im/py-slackclient/Makefile b/net-im/py-slackclient/Makefile index d5a208f..397e6a1 100644 --- a/net-im/py-slackclient/Makefile +++ b/net-im/py-slackclient/Makefile @@ -11,7 +11,7 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Python client for Slack.com LICENSE= MIT - + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websocket-client>0:${PORTSDIR}/www/py-websocket-client USES= python:-2.7 diff --git a/net-mgmt/fetchconfig/Makefile b/net-mgmt/fetchconfig/Makefile index a069564..357c006 100644 --- a/net-mgmt/fetchconfig/Makefile +++ b/net-mgmt/fetchconfig/Makefile @@ -42,5 +42,5 @@ do-install: .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor - + .include <bsd.port.mk> diff --git a/net-mgmt/ndpmon/Makefile b/net-mgmt/ndpmon/Makefile index 195ff25..14196d3 100644 --- a/net-mgmt/ndpmon/Makefile +++ b/net-mgmt/ndpmon/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= PY4SUITE MACRESOLV -OPTIONS_DEFAULT= +OPTIONS_DEFAULT= PY4SUITE_DESC= Depend on py-4suite-xml (for generating HTML) MACRESOLV_DESC= Enable MAC Manufacturer Resolution (use p5-libwww) diff --git a/net-mgmt/p5-Net-NSCA-Client/Makefile b/net-mgmt/p5-Net-NSCA-Client/Makefile index 425fce2..774cfe3 100644 --- a/net-mgmt/p5-Net-NSCA-Client/Makefile +++ b/net-mgmt/p5-Net-NSCA-Client/Makefile @@ -40,14 +40,14 @@ TEST_DEPENDS= p5-Test-Class>=0.37:${PORTSDIR}/devel/p5-Test-Class \ p5-Test-Fatal>=0.010:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>=1.17:${PORTSDIR}/devel/p5-Test-TCP - + USES= perl5 USE_PERL5= modbuild post-patch: @cd ${WRKSRC} && ${RM} -f bin/send_nsca @cd ${WRKSRC} && ${RM} -f t/send_nsca.t - + regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./Build test diff --git a/net-mgmt/seafile/Makefile b/net-mgmt/seafile/Makefile index 1bf1ef3..e8c1da5 100644 --- a/net-mgmt/seafile/Makefile +++ b/net-mgmt/seafile/Makefile @@ -50,7 +50,7 @@ SEALIB= ${SEAFILE_SERVER}/seafile/lib SEAFILE_USERNAME?= www SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME} -USE_RC_SUBR= ${PORTNAME} +USE_RC_SUBR= ${PORTNAME} PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \ SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \ SEAFILE_SERVER=${SEAFILE_SERVER} \ diff --git a/net-mgmt/snmptt/Makefile b/net-mgmt/snmptt/Makefile index 1fdd54a..979da60 100644 --- a/net-mgmt/snmptt/Makefile +++ b/net-mgmt/snmptt/Makefile @@ -36,7 +36,7 @@ do-install: .for _SCRIPT in ${SCRIPTS} @${INSTALL_SCRIPT} ${WRKSRC}/${_SCRIPT} ${STAGEDIR}${PREFIX}/sbin .endfor - + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/snmp ${INSTALL_DATA} ${WRKSRC}/snmptt.ini ${STAGEDIR}${PREFIX}/etc/snmp/snmptt.ini.sample ${INSTALL_DATA} ${WRKSRC}/examples/snmptt.conf.generic ${STAGEDIR}${PREFIX}/etc/snmp/snmptt.conf.generic.sample diff --git a/net-mgmt/xymon-server/files/Makefile b/net-mgmt/xymon-server/files/Makefile index 2401f22..eb67468 100644 --- a/net-mgmt/xymon-server/files/Makefile +++ b/net-mgmt/xymon-server/files/Makefile @@ -75,7 +75,7 @@ DOLDAP = yes endif # # clock_gettime() settings -LIBRTDEF = +LIBRTDEF = ifdef WITH_NETSNMP # Net-SNMP settings diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index 6fc6255..0696170 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -1,4 +1,4 @@ -# Created by: Sverrir Valgeirsson <e96sv@yahoo.se> and +# Created by: Sverrir Valgeirsson <e96sv@yahoo.se> and # $FreeBSD$ PORTNAME= dclib diff --git a/net-p2p/gnunet-gtk/Makefile b/net-p2p/gnunet-gtk/Makefile index 173ee4d..0bf4ee7 100644 --- a/net-p2p/gnunet-gtk/Makefile +++ b/net-p2p/gnunet-gtk/Makefile @@ -41,7 +41,7 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in AUTHORS ChangeLog NEWS README +.for i in AUTHORS ChangeLog NEWS README (cd ${WRKSRC} && ${INSTALL_DATA} ${i} \ ${STAGEDIR}${DOCSDIR}) .endfor diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index f8435c8..fad3e65 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -40,7 +40,7 @@ GEN_LIB_DEPENDS=libcurl.so:${PORTSDIR}/ftp/curl \ libevent.so:${PORTSDIR}/devel/libevent2 GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web -# This is master port of transmission-*, so don't override USES definition +# This is master port of transmission-*, so don't override USES definition USES+= gmake iconv libtool localbase pkgconfig USE_OPENSSL= yes GNU_CONFIGURE= yes diff --git a/net/bwi-firmware-kmod/Makefile b/net/bwi-firmware-kmod/Makefile index c5b84d9..d195e0e 100644 --- a/net/bwi-firmware-kmod/Makefile +++ b/net/bwi-firmware-kmod/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://downloads.openwrt.org/sources/ \ http://mirror2.openwrt.org/sources/ PKGNAMESUFFIX= -kmod DISTFILES= ${FWFILE} -EXTRACT_ONLY= +EXTRACT_ONLY= MAINTAINER= swhetzel@gmail.com COMMENT= Broadcom AirForce IEEE 802.11 Firmware Kernel Module diff --git a/net/bwn-firmware-kmod/Makefile b/net/bwn-firmware-kmod/Makefile index 81f4d09..2fadee72 100644 --- a/net/bwn-firmware-kmod/Makefile +++ b/net/bwn-firmware-kmod/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://downloads.openwrt.org/sources/ \ http://mirror2.openwrt.org/sources/ PKGNAMESUFFIX= -kmod DISTFILES= ${FWFILE} ${FWFILE_LP} -EXTRACT_ONLY= +EXTRACT_ONLY= MAINTAINER= swhetzel@gmail.com COMMENT= Broadcom AirForce IEEE 802.11 Firmware Kernel Module diff --git a/net/geoclue/Makefile b/net/geoclue/Makefile index c2b26a4..76e7c71 100644 --- a/net/geoclue/Makefile +++ b/net/geoclue/Makefile @@ -1,4 +1,4 @@ -# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> +# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ PORTNAME= geoclue @@ -11,9 +11,9 @@ COMMENT= D-Bus service that provides location information LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup - + USES= gettext gmake pathfix pkgconfig tar:xz -USE_GNOME= glib20 intlhack +USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-3g-source \ diff --git a/net/geocode-glib/Makefile b/net/geocode-glib/Makefile index 7187b93..a0d83d1 100644 --- a/net/geocode-glib/Makefile +++ b/net/geocode-glib/Makefile @@ -1,4 +1,4 @@ -# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> +# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ PORTNAME= geocode-glib diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile index 789fbd3..7dce36c 100644 --- a/net/grilo-plugins/Makefile +++ b/net/grilo-plugins/Makefile @@ -31,12 +31,12 @@ OPTIONS_DEFINE= TRACKER DLEYNA DMAP METADATA OPTIONS_DEFAULT= TRACKER METADATA TRACKER_DESC= Tracker support for grilo (used by gnome-music and possibly others) -TRACKER_CONFIGURE_ENABLE= tracker +TRACKER_CONFIGURE_ENABLE= tracker TRACKER_LIB_DEPENDS= libtracker-sparql-1.0.so:${PORTSDIR}/sysutils/tracker DMAP_DESC= DMAP (DAAP, DPAP & DACP) support with libdmapsharing DMAP_CONFIGURE_ENABLE= dmap DMAP_LIB_DEPENDS= libdmapsharing-3.0.so:${PORTSDIR}/net/libdmapsharing -DLEYNA_DESC= DLNA support for grilo +DLEYNA_DESC= DLNA support for grilo DLEYNA_CONFIGURE_ENABLE= dleyna DLEYNA_LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup METADATA_DESC= Enable Local-metadata plugin diff --git a/net/icmpinfo/Makefile b/net/icmpinfo/Makefile index 98de7a7..676a0a7 100644 --- a/net/icmpinfo/Makefile +++ b/net/icmpinfo/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SUNSITE/system/network/admin MAINTAINER= ports@FreeBSD.org COMMENT= Looks at the icmp messages received by the host -ALL_TARGET= +ALL_TARGET= PLIST_FILES= "@(,,4555) bin/icmpinfo" \ man/man1/icmpinfo.man.gz PORTDOCS= README diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile index 45e5e78..c6322f1 100644 --- a/net/libproxy-python/Makefile +++ b/net/libproxy-python/Makefile @@ -19,7 +19,7 @@ USES+= python LIBPROXY_SLAVE= python do-build: -# empty +# empty post-build: ${PYTHON_CMD} -Qold ${PYTHON_LIBDIR}/compileall.py \ diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 2033cbd..4ee2cfa 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -36,6 +36,6 @@ OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT=NOTIFY NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify -NOTIFY_CONFIGURE_ENABLE=libnotify +NOTIFY_CONFIGURE_ENABLE=libnotify .include <bsd.port.mk> diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index ecd458d..ab54b88 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -25,7 +25,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DEBUG_LOGGING PRELUDE +OPTIONS_DEFINE= DEBUG_LOGGING PRELUDE DEBUG_LOGGING_CONFIGURE_ENABLE= debug-logging PRELUDE_LIB_DEPENDS= libprelude.so:${PORTSDIR}/security/libprelude diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 6b0c6ca..6905177 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -84,7 +84,7 @@ LIB_DEPENDS+= libsunacl.so:${PORTSDIR}/sysutils/libsunacl # External Samba dependencies # IDL compiler BUILD_DEPENDS+= p5-Parse-Pidl>=4.0.0:${PORTSDIR}/devel/p5-Parse-Pidl -# +# BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython PLIST_SUB+= PY_DNSPYTHON="@comment " diff --git a/net/samba41/Makefile b/net/samba41/Makefile index ff9e502..1806e0e 100644 --- a/net/samba41/Makefile +++ b/net/samba41/Makefile @@ -84,7 +84,7 @@ LIB_DEPENDS+= libsunacl.so:${PORTSDIR}/sysutils/libsunacl # External Samba dependencies # IDL compiler BUILD_DEPENDS+= p5-Parse-Pidl>=4.0.0:${PORTSDIR}/devel/p5-Parse-Pidl -# +# BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython PLIST_SUB+= PY_DNSPYTHON="@comment " diff --git a/net/samba42/Makefile b/net/samba42/Makefile index 6c75b9b..c682246 100644 --- a/net/samba42/Makefile +++ b/net/samba42/Makefile @@ -86,7 +86,7 @@ RUN_DEPENDS+= libarchive>=3.1.2:${PORTSDIR}/archivers/libarchive # External Samba dependencies # IDL compiler BUILD_DEPENDS+= p5-Parse-Pidl>=4.0.0:${PORTSDIR}/devel/p5-Parse-Pidl -# +# BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython PLIST_SUB+= PY_DNSPYTHON="@comment " diff --git a/net/sendsms/Makefile b/net/sendsms/Makefile index 9a9999c..bff18a8 100644 --- a/net/sendsms/Makefile +++ b/net/sendsms/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple perl command-line utility to send SMS via from on provider site EXTRACT_CMD= ${GZCAT} -EXTRACT_BEFORE_ARGS= +EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME} PLIST_FILES= bin/sendsms diff --git a/news/py-yenc/Makefile b/news/py-yenc/Makefile index d874d71..d92939a 100644 --- a/news/py-yenc/Makefile +++ b/news/py-yenc/Makefile @@ -5,7 +5,7 @@ PORTNAME= yenc PORTVERSION= 0.3 CATEGORIES= news python MASTER_SITES= http://sabnzbd.sourceforge.net/ - + PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jlaffaye@FreeBSD.org diff --git a/ports-mgmt/genpatch/Makefile b/ports-mgmt/genpatch/Makefile index 106bc4a..111de13 100644 --- a/ports-mgmt/genpatch/Makefile +++ b/ports-mgmt/genpatch/Makefile @@ -31,7 +31,7 @@ PORTWORK= /usr/obj/dports . else PORTWORK= /usr/ports . endif -.else +.else . if defined(WRKDIRPREFIX) && !empty(WRKDIRPREFIX) PORTWORK= ${WRKDIRPREFIX} . else diff --git a/ports-mgmt/managepkg/Makefile b/ports-mgmt/managepkg/Makefile index 7f9f700..766ce46 100644 --- a/ports-mgmt/managepkg/Makefile +++ b/ports-mgmt/managepkg/Makefile @@ -14,7 +14,7 @@ COMMENT= Script for maintaining ports # Any ideas for a better comment? EXTRACT_CMD= ${GZCAT} -EXTRACT_BEFORE_ARGS= +EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME} WRKSRC= ${WRKDIR} NO_BUILD= yes diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index 5a47817..f4e1823 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -5,7 +5,7 @@ PORTNAME= db PORTVERSION= 20150819 CATEGORIES= print MASTER_SITES= LOCAL/danilo - + PKGNAMEPREFIX= foomatic- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${FOOMATICVER}-${PORTVERSION} diff --git a/print/foxitreader/Makefile b/print/foxitreader/Makefile index 4484fd4..62e19e8 100644 --- a/print/foxitreader/Makefile +++ b/print/foxitreader/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.1.0 PORTREVISION= 3 CATEGORIES= print MASTER_SITES= http://cdn04.foxitsoftware.com/pub/foxit/reader/desktop/linux/1.x/${PORTVERSION:R}/enu/:reader - + DISTFILES= FoxitReader-${PORTVERSION}.tar.bz2:reader EXTRACT_ONLY= FoxitReader-${PORTVERSION}.tar.bz2 diff --git a/science/jmol/Makefile b/science/jmol/Makefile index ce37c18..ebb4d6b 100644 --- a/science/jmol/Makefile +++ b/science/jmol/Makefile @@ -36,7 +36,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin (cd ${WRKSRC}/build && ${INSTALL_DATA} Jmol.jar JmolData.jar \ JmolLib.jar ${STAGEDIR}${JAVAJARDIR}) - (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> .undef MAKE_ARGS diff --git a/science/liboglappth/Makefile b/science/liboglappth/Makefile index b9ae2c2..11409cc 100644 --- a/science/liboglappth/Makefile +++ b/science/liboglappth/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ http://bioinformatics.org/ghemical/download/current - + MAINTAINER= maho@FreeBSD.org COMMENT= Support libraries of science/ghemical port diff --git a/security/authforce/Makefile b/security/authforce/Makefile index c3b2e70..45e66cc 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_GITHUB= yes GH_ACCOUNT= zlandau -USES= ncurses readline tar:bzip2 +USES= ncurses readline tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/security/bsmtrace/Makefile b/security/bsmtrace/Makefile index 661f005..f83f8dd 100644 --- a/security/bsmtrace/Makefile +++ b/security/bsmtrace/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFINE= PCRE EXAMPLES .if ${PORT_OPTIONS:MPCRE} LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -MAKE_ENV+= PCRE=1 +MAKE_ENV+= PCRE=1 CFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lpcre .endif diff --git a/security/fwipe/Makefile b/security/fwipe/Makefile index b5a177e..9812880 100644 --- a/security/fwipe/Makefile +++ b/security/fwipe/Makefile @@ -15,7 +15,7 @@ ALL_TARGET= it INSTALL_TARGET= setup PLIST_FILES= bin/fwipe bin/fwipe0 bin/echo0 man/man1/fwipe.1.gz \ - man/man1/fwipe0.1.gz man/man1/echo0.1.gz + man/man1/fwipe0.1.gz man/man1/echo0.1.gz post-extract: @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc diff --git a/security/pear-Horde_Secret/Makefile b/security/pear-Horde_Secret/Makefile index 3a203f1..a1f10ab 100644 --- a/security/pear-Horde_Secret/Makefile +++ b/security/pear-Horde_Secret/Makefile @@ -12,7 +12,7 @@ USES= horde USE_HORDE_RUN= Horde_Crypt_Blowfish \ Horde_Exception \ Horde_Support - + USE_PHP= hash .include <bsd.port.mk> diff --git a/security/py-libnacl/Makefile b/security/py-libnacl/Makefile index 540db86..06cca2f 100644 --- a/security/py-libnacl/Makefile +++ b/security/py-libnacl/Makefile @@ -19,7 +19,7 @@ USES= python USE_PYTHON= autoplist distutils regression-test: build - ${TOUCH} ${WRKSRC}/tests/__init__.py + ${TOUCH} ${WRKSRC}/tests/__init__.py @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> diff --git a/security/sst/files/Makefile b/security/sst/files/Makefile index 0da7331..e967aab 100644 --- a/security/sst/files/Makefile +++ b/security/sst/files/Makefile @@ -8,7 +8,7 @@ MANDIR=${PREFIX}/man/man CFLAGS+= -DCONFDIR='"${OPENSSLDIR}"' -DCERTF='"certs/sst.pem"' \ -I${OPENSSLINC} .if exists(/usr/bin/nc) -CFLAGS+= -DNETCAT='"/usr/bin/nc"' +CFLAGS+= -DNETCAT='"/usr/bin/nc"' .else CFLAGS+= -DNETCAT='"${LOCALBASE}/bin/netcat"' .endif diff --git a/shells/v7sh/files/Makefile b/shells/v7sh/files/Makefile index 2c8426a..f76184d 100644 --- a/shells/v7sh/files/Makefile +++ b/shells/v7sh/files/Makefile @@ -13,7 +13,7 @@ SRCS= args.c blok.c builtin.c cmd.c ctype.c error.c expand.c \ #CFLAGS+= -DRENO #CFLAGS+= -DULTRIX -CWARNFLAGS?= -ansi -Wbad-function-cast +CWARNFLAGS?= -ansi -Wbad-function-cast WARNS?= 6 NO_WERROR=1 WFORMAT=0 diff --git a/sysutils/bareos-server/Makefile b/sysutils/bareos-server/Makefile index d879dbe..c8bded2 100644 --- a/sysutils/bareos-server/Makefile +++ b/sysutils/bareos-server/Makefile @@ -37,7 +37,7 @@ OPTIONS_DEFINE?= MTX PYTHON NLS OPENSSL OPTIONS_DEFAULT?= NLS OPENSSL PGSQL MTX_DESC= Install mtx for control of autochanger devices -.if ${PKGNAMESUFFIX} == "-server" +.if ${PKGNAMESUFFIX} == "-server" OPTIONS_SINGLE_DATABASE= SQLITE3 MYSQL PGSQL OPTIONS_SINGLE= DATABASE DATABASE_DESC= Database support diff --git a/sysutils/endian/Makefile b/sysutils/endian/Makefile index d4d08fa..549e8c7 100644 --- a/sysutils/endian/Makefile +++ b/sysutils/endian/Makefile @@ -5,7 +5,7 @@ PORTNAME= endian PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ - http://personalpages.tds.net/~jwbacon/Ports/distfiles/ + http://personalpages.tds.net/~jwbacon/Ports/distfiles/ MAINTAINER= jwbacon@tds.net COMMENT= Report endianness of a system diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index fcee878..eab2f2c 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -61,9 +61,9 @@ OPTIONS_DEFINE_amd64= CHEESE OPTIONS_DEFAULT_amd64= CHEESE CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \ libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient -CUPS_CONFIGURE_ENABLE= cups +CUPS_CONFIGURE_ENABLE= cups CHEESE_LIB_DEPENDS= libcheese.so:${PORTSDIR}/multimedia/cheese -CHEESE_CONFIGUE_WITH= cheese +CHEESE_CONFIGUE_WITH= cheese .include <bsd.port.options.mk> diff --git a/sysutils/livecd/Makefile b/sysutils/livecd/Makefile index 7a9fe08..c2996cf 100644 --- a/sysutils/livecd/Makefile +++ b/sysutils/livecd/Makefile @@ -1,4 +1,4 @@ -# Created by: Edson Brandi <ebrandi.home@uol.com.br> +# Created by: Edson Brandi <ebrandi.home@uol.com.br> # $FreeBSD$ PORTNAME= livecd diff --git a/sysutils/logwatch/files/Makefile b/sysutils/logwatch/files/Makefile index 5436d6b..66f5f04 100644 --- a/sysutils/logwatch/files/Makefile +++ b/sysutils/logwatch/files/Makefile @@ -87,7 +87,7 @@ install: vsftpd \ windows \ xferlog \ - yum + yum install -m 640 conf/logfiles/${logfile}.conf $(DESTDIR)${ETCDIR}/defaults/logfiles/${logfile}.conf .endfor .for service in \ @@ -210,13 +210,13 @@ install: onlyservice \ remove \ removeheaders \ - removeservice + removeservice install -m 555 scripts/shared/${script} $(DESTDIR)${LIBEXECDIR}/defaults/shared/${script} .endfor .for logfile in autorpm cron emerge samba up2date xferlog yum mkdir -p $(DESTDIR)${LIBEXECDIR}/defaults/logfiles/${logfile} install -m 555 scripts/logfiles/${logfile}/applydate $(DESTDIR)${LIBEXECDIR}/defaults/logfiles/${logfile} .endfor -.for logfile in samba up2date xferlog +.for logfile in samba up2date xferlog install -m 555 scripts/logfiles/${logfile}/removeheaders $(DESTDIR)${LIBEXECDIR}/defaults/logfiles/${logfile} .endfor diff --git a/sysutils/syslog-ng-devel/Makefile b/sysutils/syslog-ng-devel/Makefile index a8d4c12..ba4dfd1 100644 --- a/sysutils/syslog-ng-devel/Makefile +++ b/sysutils/syslog-ng-devel/Makefile @@ -49,7 +49,7 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \ --enable-dynamic-linking --enable-manpages \ --datadir=${PREFIX}/share/syslog-ng/ - + BROKEN_sparc64= Does not compile on sparc64: gcc core dump diff --git a/sysutils/u-boot-duovero/Makefile b/sysutils/u-boot-duovero/Makefile index 851c6b4..9bf35ff 100644 --- a/sysutils/u-boot-duovero/Makefile +++ b/sysutils/u-boot-duovero/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ PKGNAMESUFFIX= -duovero MAINTAINER= ian@FreeBSD.org -COMMENT= Cross-build U-Boot loader for Duovero +COMMENT= Cross-build U-Boot loader for Duovero LICENSE= GPLv2 diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile index 533b38b..b405882 100644 --- a/textproc/apertium/Makefile +++ b/textproc/apertium/Makefile @@ -29,7 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= APVER="${PORTVERSION:R}" post-patch: - + @${REINPLACE_CMD} -e 's/pcre_info/pcre_fullinfo/g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/textproc/ecromedos/Makefile b/textproc/ecromedos/Makefile index 7486eb4..be032fb 100644 --- a/textproc/ecromedos/Makefile +++ b/textproc/ecromedos/Makefile @@ -33,7 +33,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/bin - @${MKDIR} ${STAGEDIR}${ETCDIR} + @${MKDIR} ${STAGEDIR}${ETCDIR} (cd ${WRKSRC} ; \ ${COPYTREE_SHARE} "data lib transform" ${STAGEDIR}${DATADIR} \ "-not ( -name "*.orig" -or -name "*.bak" )" ; \ diff --git a/textproc/libucl/Makefile b/textproc/libucl/Makefile index 3e33ab5..0710960 100644 --- a/textproc/libucl/Makefile +++ b/textproc/libucl/Makefile @@ -49,5 +49,5 @@ CONFLICTS_INSTALL= ucl regression-test: build @cd ${WRKSRC} && ${MAKE} check - + .include <bsd.port.mk> diff --git a/textproc/rubygem-nokogiri14/Makefile b/textproc/rubygem-nokogiri14/Makefile index 82f06c8..f6d5b78 100644 --- a/textproc/rubygem-nokogiri14/Makefile +++ b/textproc/rubygem-nokogiri14/Makefile @@ -16,7 +16,7 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes USE_GNOME= libxml2 libxslt USES= pkgconfig -CONFIGURE_ARGS= --use-system-libraries +CONFIGURE_ARGS= --use-system-libraries PLIST_FILES= bin/nokogiri14 diff --git a/www/bareos-webui/Makefile b/www/bareos-webui/Makefile index 5aa1d79..87c01f4 100644 --- a/www/bareos-webui/Makefile +++ b/www/bareos-webui/Makefile @@ -31,7 +31,7 @@ SUB_LIST= BAREOSWEBUIDIR=${BAREOSWEBUIDIR} OPTIONS_DEFINE= MYSQL PGSQL ZENDFRAMEWORK OPTIONS_DEFAULT= PGSQL -ZENDFRAMEWORK_DESC= Install zend framework +ZENDFRAMEWORK_DESC= Install zend framework .include <bsd.port.options.mk> diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile index 3cfb2f2..055b138 100644 --- a/www/libsocialweb/Makefile +++ b/www/libsocialweb/Makefile @@ -23,7 +23,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-vala-bindings # review if we want all the services enabled, because of not completely # safe public API security wise? -CONFIGURE_ARGS+=--enable-all-services +CONFIGURE_ARGS+=--enable-all-services INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/www/mod_tsa/Makefile b/www/mod_tsa/Makefile index 4c48efd..14fc78e 100644 --- a/www/mod_tsa/Makefile +++ b/www/mod_tsa/Makefile @@ -53,7 +53,7 @@ AP_LIB+= -lpq .if ${PORT_OPTIONS:MFIREBIRD} USE_FIREBIRD= yes CONFIGURE_ARGS+= --enable-firebird=yes -SRC_FILE+= db_firebird.c +SRC_FILE+= db_firebird.c AP_LIB+= -lgds .endif diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 5cae537..3aa3af2f 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -555,7 +555,7 @@ CONFIGURE_ARGS+=--with-http_stub_status_module CONFIGURE_ARGS+=--with-http_sub_module .endif -.if ${PORT_OPTIONS:MHTTP_UPLOAD} +.if ${PORT_OPTIONS:MHTTP_UPLOAD} GIT_UPLOAD_VERSION= aba1e3f34c GH_ACCOUNT+= vkholodkov:upload GH_PROJECT+= nginx-upload-module:upload diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 93e1238..92ec945 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -550,7 +550,7 @@ CONFIGURE_ARGS+=--with-http_stub_status_module CONFIGURE_ARGS+=--with-http_sub_module .endif -.if ${PORT_OPTIONS:MHTTP_UPLOAD} +.if ${PORT_OPTIONS:MHTTP_UPLOAD} GIT_UPLOAD_VERSION= aba1e3f34c GH_ACCOUNT+= vkholodkov:upload GH_PROJECT+= nginx-upload-module:upload diff --git a/www/p5-Apache-Session-PHP/Makefile b/www/p5-Apache-Session-PHP/Makefile index 18bc888..e74c2d9 100644 --- a/www/p5-Apache-Session-PHP/Makefile +++ b/www/p5-Apache-Session-PHP/Makefile @@ -12,7 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Glue Apache::Session with PHP::Session BUILD_DEPENDS= p5-PHP-Session>=0:${PORTSDIR}/www/p5-PHP-Session \ - p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session + p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/www/py-django14/Makefile b/www/py-django14/Makefile index 84556eb..f0f3559 100644 --- a/www/py-django14/Makefile +++ b/www/py-django14/Makefile @@ -5,7 +5,7 @@ PORTNAME= django PORTVERSION= 1.4.22 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ - https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ + https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 14 DISTNAME= Django-${PORTVERSION} diff --git a/www/seahub/Makefile b/www/seahub/Makefile index fbeec88..46f874b 100644 --- a/www/seahub/Makefile +++ b/www/seahub/Makefile @@ -77,7 +77,7 @@ SITEPACKAGEDIR= ${SEAHUBDIR}/thirdpart SEAFILE_USERNAME?= www SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME} -USE_RC_SUBR= ${PORTNAME} +USE_RC_SUBR= ${PORTNAME} PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \ SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \ SEAFILE_SERVER=${SEAFILE_SERVER} \ diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index a8e2b44..ad93c38 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ libwebp.so:${PORTSDIR}/graphics/webp \ libcurl.so:${PORTSDIR}/ftp/curl \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue +RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue PORTSCOUT= limit:1.4.*$$ diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index 5cbe74d..769f000 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ libicutu.so:${PORTSDIR}/devel/icu \ libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue +RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue PORTSCOUT= limitw:1,even diff --git a/www/xpi-fasterfox/Makefile b/www/xpi-fasterfox/Makefile index 577db0c..777e5b8 100644 --- a/www/xpi-fasterfox/Makefile +++ b/www/xpi-fasterfox/Makefile @@ -12,8 +12,8 @@ COMMENT= Performance and network tweaks for Firefox XPI_NUM= 1269 XPI_ID= {c36177c0-224a-11da-8cd6-0800200c9a66} XPI_FILES= chrome/fasterfox.jar chrome.manifest defaults/preferences/fasterfox.js \ - install.rdf readme.txt -XPI_DIRS= chrome defaults/preferences defaults + install.rdf readme.txt +XPI_DIRS= chrome defaults/preferences defaults .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index e1f720a..a01ea17 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -27,7 +27,7 @@ USE_GNOME= gnomedesktop3 gnomeprefix intlhack introspection:build \ libxml2 pygobject3 USE_GITHUB= yes GH_ACCOUNT= linuxmint -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-fm/ultracopier/Makefile b/x11-fm/ultracopier/Makefile index e57f583..d906a06 100644 --- a/x11-fm/ultracopier/Makefile +++ b/x11-fm/ultracopier/Makefile @@ -26,7 +26,7 @@ PLIST_FILES= ${DESKTOPDIR:Q}/ultracopier.desktop \ bin/ultracopier \ share/icons/hicolor/16x16/apps/ultracopier.png \ share/icons/hicolor/128x128/apps/ultracopier.png - + post-patch: @${REINPLACE_CMD} -E \ -e 's|0\.2\.0\.15|0.2.0.16|; \ diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile index 28d4e5d..914685e 100644 --- a/x11/3ddesktop/Makefile +++ b/x11/3ddesktop/Makefile @@ -3,7 +3,7 @@ PORTNAME= 3ddesktop PORTVERSION= 0.2.9 -PORTREVISION= 13 +PORTREVISION= 13 CATEGORIES= x11 MASTER_SITES= SF/desk3d/${PORTNAME}/${PORTVERSION} diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 952ab73..9c344df 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -25,7 +25,7 @@ post-patch: < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory post-install: - @${MKDIR} -p ${STAGEDIR}${PREFIX}/etc/xdg/menus/ + @${MKDIR} -p ${STAGEDIR}${PREFIX}/etc/xdg/menus/ @${INSTALL_DATA} ${WRKSRC}/layout/gnome-applications.menu \ ${STAGEDIR}${PREFIX}/etc/xdg/menus/gnome-applications.menu @${INSTALL_DATA} ${WRKSRC}/KDE.directory \ diff --git a/x11/xcb-util-cursor/Makefile b/x11/xcb-util-cursor/Makefile index 140f3cb..0bc34a4 100644 --- a/x11/xcb-util-cursor/Makefile +++ b/x11/xcb-util-cursor/Makefile @@ -11,7 +11,7 @@ COMMENT= XCB cursor library BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:${PORTSDIR}/x11/xcb-util \ ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil \ ${LOCALBASE}/libdata/pkgconfig/xcb-image.pc:${PORTSDIR}/x11/xcb-util-image - + RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:${PORTSDIR}/x11/xcb-util \ ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil \ ${LOCALBASE}/libdata/pkgconfig/xcb-image.pc:${PORTSDIR}/x11/xcb-util-image |