Index: head/audio/ardour5/Makefile =================================================================== --- head/audio/ardour5/Makefile (revision 431345) +++ head/audio/ardour5/Makefile (revision 431346) @@ -1,106 +1,105 @@ # Created by: Michael Beer # $FreeBSD$ PORTNAME= ardour5 PORTVERSION= 5.5.0 CATEGORIES= audio -MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ \ - http://github.com/beerml/ardour_releases/raw/master/ +MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: # MASTER_SITES= https://community.ardour.org/srctar/ DISTNAME= Ardour-${PORTVERSION} MAINTAINER= beerml@sigma6audio.de COMMENT= Multichannel digital audio workstation LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 itstool>2.0.0:textproc/itstool LIB_DEPENDS= libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom \ liblilv-0.so:audio/lilv \ libsuil-0.so:audio/suil \ libaubio.so:audio/aubio \ librubberband.so:audio/rubberband \ liblo.so:audio/liblo \ liblrdf.so:textproc/liblrdf \ libjack.so:audio/jack \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libboost_date_time.so:devel/boost-libs \ libvamp-hostsdk.so:audio/vamp-plugin-sdk \ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile \ libtag.so:audio/taglib \ libfftw3f.so:math/fftw3-float \ libcurl.so:ftp/curl \ libogg.so:audio/libogg \ libFLAC.so:audio/flac \ libreadline.so:devel/readline USES= desktop-file-utils gettext libarchive pkgconfig \ python:build readline tar:bzip2 waf USE_XORG= x11 USE_GNOME= atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango USE_LDCONFIG= yes INSTALLS_ICONS= yes PLIST_SUB= ARDOURVERSION=${PORTVERSION} CONFLICTS_BUILD= libsmf-* CONFIGURE_ARGS= --optimize --ptformat --freedesktop --no-phone-home \ --with-backends=jack,dummy --internal-shared-libs \ --also-include=${LOCALBASE}/include --also-libdir=${LOCALBASE}/lib post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps @${CP} ${WRKSRC}/build/gtk2_ardour/ardour5.appdata.xml \ ${STAGEDIR}${PREFIX}/share/appdata/ardour5.appdata.xml @${CP} ${WRKSRC}/build/gtk2_ardour/ardour5.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ardour5.desktop @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_16px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/ardour5.png @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_22px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps/ardour5.png @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_32px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/ardour5.png @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_48px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/ardour5.png @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_256px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/ardour5.png @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_512px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps/ardour5.png @${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} \ -name '*.so*' -exec ${STRIP_CMD} {} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/sanityCheck @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/utils/ardour5-copy-mixer @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/utils/ardour5-export @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/ardour-exec-wrapper @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/ardour-vst-scanner @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/luasession @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/ardour-${PORTVERSION} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/utils/ardour5-fix_bbtppq @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/hardour-${PORTVERSION} .include .if ${ARCH} == "i386" WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=i386 .elif ${ARCH} == "amd64" WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=x86_64 .endif .if defined(WITH_ARCH_FLAGS) CONFIGURE_ARGS+= ${WITH_ARCH_FLAGS} .endif .include Index: head/chinese/pyzy/pkg-descr =================================================================== --- head/chinese/pyzy/pkg-descr (revision 431345) +++ head/chinese/pyzy/pkg-descr (revision 431346) @@ -1,6 +1,6 @@ The Chinese PinYin and Bopomofo conversion library This is the Chinese PinYin / Bopomofo conversion library. You can easily write an application which handles the Chinese with it. -WWW: http://github.com/pyzy/pyzy +WWW: https://github.com/pyzy/pyzy Property changes on: head/chinese/pyzy/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/p5-Module-Extract-Use/pkg-descr =================================================================== --- head/devel/p5-Module-Extract-Use/pkg-descr (revision 431345) +++ head/devel/p5-Module-Extract-Use/pkg-descr (revision 431346) @@ -1,8 +1,8 @@ Extract the names of the modules used in a file using a static analysis. Since this module does not run code, it cannot find dynamic uses of modules, such as eval "require $class". It only reports modules that the file loads directly. Modules loaded with parent or base, for instance, will will be in the import list for those pragmas but won't have separate entries in the data this module returns. -WWW: http://github.com/briandfoy/module-extract-use/tree/master +WWW: https://github.com/briandfoy/module-extract-use/tree/master Index: head/net-mgmt/bgpq3/pkg-descr =================================================================== --- head/net-mgmt/bgpq3/pkg-descr (revision 431345) +++ head/net-mgmt/bgpq3/pkg-descr (revision 431346) @@ -1,16 +1,16 @@ bgpq3 is a lightweight access-list/prefix-list/as-path access-list generator for Cisco and Juniper routers. This program is a mostly complete re-implementation of bgpq (net-mgmt/bgpq), with next major advantages: - much faster, especially for large as-sets. - supports ipv6 both at transport level and in prefix/access-lists generation. - supports asn32 in both asdot and asplain notation, also supports "transition" as23456 generation instead of asn32. However, bgpq3 can not be used as a full replacement of bgpq, because: - "more specific" prefix filtering is not implemented (and not planned). - GateD prefix-filters generation is not implemented (and not planned). - Cisco standard access-lists generation is not implemented (and not planned). -WWW: http://github.com/snar/bgpq3 +WWW: https://github.com/snar/bgpq3 Index: head/textproc/py-pandocfilters/pkg-descr =================================================================== --- head/textproc/py-pandocfilters/pkg-descr (revision 431345) +++ head/textproc/py-pandocfilters/pkg-descr (revision 431346) @@ -1,3 +1,3 @@ Utilities for writing pandoc filters in python. -WWW: http://github.com/jgm/pandocfilters +WWW: https://github.com/jgm/pandocfilters Index: head/x11-fonts/emojione-color-font-ttf/Makefile =================================================================== --- head/x11-fonts/emojione-color-font-ttf/Makefile (revision 431345) +++ head/x11-fonts/emojione-color-font-ttf/Makefile (revision 431346) @@ -1,28 +1,28 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= emojione-color-font-ttf PORTVERSION= 1.3 CATEGORIES= x11-fonts -MASTER_SITES= http://github.com/eosrei/emojione-color-font/releases/download/v${PORTVERSION}/ +MASTER_SITES= https://github.com/eosrei/emojione-color-font/releases/download/v${PORTVERSION}/ DISTNAME= EmojiOneColor-SVGinOT-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Color emoji font using EmojiOne Unicode 9.0 LICENSE= CC-BY-4.0 MIT LICENSE_COMB= multi LICENSE_FILE_CC-BY-4.0+= ${WRKSRC}/LICENSE-CC-BY.txt LICENSE_FILE_MIT+= ${WRKSRC}/LICENSE-MIT.txt USES= fonts zip NO_BUILD= yes NO_ARCH= yes PLIST_FILES= ${FONTSDIR}/EmojiOneColor-SVGinOT.ttf do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR}/ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/ .include