diff options
author | ak <ak@FreeBSD.org> | 2014-05-31 16:37:58 +0000 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-05-31 16:37:58 +0000 |
commit | 4258fa7831c79d69f262e8317a02a9b88f93783a (patch) | |
tree | 3aba6572b76515a94751ae114e5304e1d6c1f9ac | |
parent | 660aeced15c82ec76d0a069f8330817bd38edf20 (diff) | |
download | FreeBSD-ports-4258fa7831c79d69f262e8317a02a9b88f93783a.zip FreeBSD-ports-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.gz |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
-rw-r--r-- | archivers/p5-POE-Filter-Zlib/Makefile | 1 | ||||
-rw-r--r-- | audio/freeswitch-sounds/distinfo | 2 | ||||
-rw-r--r-- | audio/kscd/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql94-server/distinfo | 2 | ||||
-rw-r--r-- | devel/kdesdk4-kioslaves/Makefile | 1 | ||||
-rw-r--r-- | emulators/gens/distinfo | 1 | ||||
-rw-r--r-- | games/hoichess/Makefile | 1 | ||||
-rw-r--r-- | games/kajongg/Makefile | 3 | ||||
-rw-r--r-- | graphics/linux-adobesvg/Makefile | 1 | ||||
-rw-r--r-- | graphics/meshviewer/Makefile | 1 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libdv/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/vuze/Makefile | 1 | ||||
-rw-r--r-- | net/get_iplayer/distinfo | 2 | ||||
-rw-r--r-- | net/libnfs/Makefile | 1 | ||||
-rw-r--r-- | net/relayd/Makefile | 1 | ||||
-rw-r--r-- | security/maia/Makefile | 1 | ||||
-rw-r--r-- | www/epiphany/Makefile | 1 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 1 |
20 files changed, 5 insertions, 22 deletions
diff --git a/archivers/p5-POE-Filter-Zlib/Makefile b/archivers/p5-POE-Filter-Zlib/Makefile index a1237e4..ef02f43 100644 --- a/archivers/p5-POE-Filter-Zlib/Makefile +++ b/archivers/p5-POE-Filter-Zlib/Makefile @@ -19,4 +19,3 @@ USES= perl5 USE_PERL5= configure .include <bsd.port.mk> - diff --git a/audio/freeswitch-sounds/distinfo b/audio/freeswitch-sounds/distinfo index bb84a27..1b25fe9 100644 --- a/audio/freeswitch-sounds/distinfo +++ b/audio/freeswitch-sounds/distinfo @@ -6,7 +6,7 @@ SHA256 (freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.24.tar.gz) = 691e817 SIZE (freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.24.tar.gz) = 69411929 SHA256 (freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.24.tar.gz) = d84230c7d7502ca18e9738e39fe05ad69651551035200d671bbda2e6d834294d SIZE (freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.24.tar.gz) = 100018897 -SHA256 (freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz) = f7fd5c84ff9b1c1929167a4b33f38d6770a44c5bcad4e5f96b86e3165bfd05d4 +SHA256 (freeswitch/freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz) = f7fd5c84ff9b1c1929167a4b33f38d6770a44c5bcad4e5f96b86e3165bfd05d4 SIZE (freeswitch/freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz) = 13468498 SHA256 (freeswitch/freeswitch-sounds-fr-ca-june-16000-1.0.18.tar.gz) = 5c4e45be5988e7763b196a453722f3a5dd41f79b280a37a8960cf65d390318a7 SIZE (freeswitch/freeswitch-sounds-fr-ca-june-16000-1.0.18.tar.gz) = 26607279 diff --git a/audio/kscd/Makefile b/audio/kscd/Makefile index a008073..7d0fb15 100644 --- a/audio/kscd/Makefile +++ b/audio/kscd/Makefile @@ -25,4 +25,3 @@ ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib ALSA_EXTRA_PATCHES= ${FILESDIR}/extrapatch-no_alsa .include <bsd.port.mk> - diff --git a/databases/postgresql94-server/distinfo b/databases/postgresql94-server/distinfo index dfafc65..af7e0a6 100644 --- a/databases/postgresql94-server/distinfo +++ b/databases/postgresql94-server/distinfo @@ -1,4 +1,4 @@ SHA256 (postgresql/postgresql-9.4beta1.tar.bz2) = 0e088eff79bb5171b2233222a25d7a2906eaf62aa86266daf6ec5217b1797f47 SIZE (postgresql/postgresql-9.4beta1.tar.bz2) = 17216572 SHA256 (postgresql/pg-940-icu-2014-05-18.diff.gz) = b598d8174f0ee19cbed9dc1da847b3ffc8f3603b10ce1dd1cb165c161929e90b -SIZE (postgresql/pg-923-icu-2014-02-10.diff.gz) = 4251 +SIZE (postgresql/pg-940-icu-2014-05-18.diff.gz) = 4251 diff --git a/devel/kdesdk4-kioslaves/Makefile b/devel/kdesdk4-kioslaves/Makefile index d64ebb6..b5aece3 100644 --- a/devel/kdesdk4-kioslaves/Makefile +++ b/devel/kdesdk4-kioslaves/Makefile @@ -18,4 +18,3 @@ USE_QT4= moc_build qmake_build rcc_build uic_build SHEBANG_FILES= perldoc/pod2html.pl .include <bsd.port.mk> - diff --git a/emulators/gens/distinfo b/emulators/gens/distinfo index 039d9af..0a31c73 100644 --- a/emulators/gens/distinfo +++ b/emulators/gens/distinfo @@ -1,3 +1,2 @@ -MD5 (gens-2.15.5.tar.gz) = 1496a49be056d65bf76b52de62e932d7 SHA256 (gens-2.15.5.tar.gz) = 51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a SIZE (gens-2.15.5.tar.gz) = 741852 diff --git a/games/hoichess/Makefile b/games/hoichess/Makefile index 0a93395..ae14147 100644 --- a/games/hoichess/Makefile +++ b/games/hoichess/Makefile @@ -26,4 +26,3 @@ post-patch: -e '/bindir/s/games/bin/; /mandir/s/share//' ${WRKSRC}/Makefile .include <bsd.port.mk> - diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index 741819a..8ef5611 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -9,12 +9,11 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource tar:xz +USES= cmake:outsource tar:xz twisted:run USE_KDE4= kdehier kdelibs kdeprefix pykde4 automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build USE_PYTHON= yes USE_SQLITE= 3 -USE_TWISTED_RUN= yes CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE .include <${.CURDIR}/../kdegames4/Makefile.common> diff --git a/graphics/linux-adobesvg/Makefile b/graphics/linux-adobesvg/Makefile index 5393768..a13ea2c 100644 --- a/graphics/linux-adobesvg/Makefile +++ b/graphics/linux-adobesvg/Makefile @@ -37,4 +37,3 @@ do-install: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> - diff --git a/graphics/meshviewer/Makefile b/graphics/meshviewer/Makefile index 776150f..cdc071a 100644 --- a/graphics/meshviewer/Makefile +++ b/graphics/meshviewer/Makefile @@ -54,4 +54,3 @@ do-install: ${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3} .include <bsd.port.mk> - diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index fcfcb6a..e7fb4d0 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -76,4 +76,3 @@ post-install: ${PREFIX}/${dir}/gnumeric -f ${STAGEDIR}${PREFIX}/lib/gnumeric/${PORTVERSION} .include <bsd.port.mk> - diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index e59753d..fab2d4b 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -58,4 +58,3 @@ post-install: # However, lack of -O{1,s,2,3} or -O0 BREAK the build # Therefore, make sure we have AT LEAST -O and avoid -O0 CFLAGS:= -O ${CFLAGS:N-O0} - diff --git a/net-p2p/p5-Net-BitTorrent/Makefile b/net-p2p/p5-Net-BitTorrent/Makefile index edc9a87..e87ba45 100644 --- a/net-p2p/p5-Net-BitTorrent/Makefile +++ b/net-p2p/p5-Net-BitTorrent/Makefile @@ -15,10 +15,9 @@ COMMENT= BitTorrent peer-to-peer protocol class RUN_DEPENDS= p5-Math-BigInt>=1.78:${PORTSDIR}/math/p5-Math-BigInt CONFIGURE_ARGS= </dev/null -PORTSCOUT= skipv:0.074000_012 +PORTSCOUT= skipv:0.074000_012 USES= perl5 USE_PERL5= modbuild .include <bsd.port.mk> - diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index f8dfca7..dcb1d57 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -70,4 +70,3 @@ do-install: .endfor .include <bsd.port.mk> - diff --git a/net/get_iplayer/distinfo b/net/get_iplayer/distinfo index c93ac76..2afea0c 100644 --- a/net/get_iplayer/distinfo +++ b/net/get_iplayer/distinfo @@ -1,2 +1,2 @@ SHA256 (get_iplayer-2.85.tar.gz) = d7cced1c22e97fffe7ef0d7baa0600831305463b96aae80b6dcd00cf8108dc27 -SIZE (get_iplayer-2.83.tar.gz) = 255192 +SIZE (get_iplayer-2.85.tar.gz) = 255192 diff --git a/net/libnfs/Makefile b/net/libnfs/Makefile index 7027a9a..b7f2866 100644 --- a/net/libnfs/Makefile +++ b/net/libnfs/Makefile @@ -14,7 +14,6 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig gmake -USE_AUTORECONF= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. AUTOMAKE_ARGS= --add-missing diff --git a/net/relayd/Makefile b/net/relayd/Makefile index 87ee973..f03273d 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -56,4 +56,3 @@ post-install: ${STAGEDIR}${PREFIX}/etc/relayd.conf || ${TRUE} .include <bsd.port.post.mk> - diff --git a/security/maia/Makefile b/security/maia/Makefile index e015e18..51fa07c 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -344,4 +344,3 @@ post-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> - diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 0856563..a32f6b3 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -73,4 +73,3 @@ post-patch: ${WRKSRC}/configure .include <bsd.port.mk> - diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 046226f..f599ee2 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -4,4 +4,3 @@ SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695 SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7 SIZE (lighttpd-1.4.26_mod_geoip.patch.gz) = 3267 - |