Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed May 29, 2019
1 parent 44e3c85 commit e502b44
Show file tree
Hide file tree
Showing 1,341 changed files with 43,857 additions and 11,891 deletions.
2 changes: 1 addition & 1 deletion archivers/erlang-snappy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PORTNAME= snappy
PORTVERSION= 1.1.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers
PKGNAMEPREFIX= erlang-

Expand Down
2 changes: 1 addition & 1 deletion archivers/erlang-snappy/files/patch-rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+++ rebar.config
@@ -1,4 +1,4 @@
-{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19"}.
+{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19|20"}.
+{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19|20|21"}.
{erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}.
{eunit_opts, [verbose]}.
{pre_hooks, [
4 changes: 2 additions & 2 deletions archivers/fastjar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= fastjar
PORTVERSION= 0.93.20060808
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= archivers java
MASTER_SITES= LOCAL/maho/fastjar

Expand All @@ -13,7 +13,7 @@ COMMENT= Version of JDK's `jar' command written entirely in C
LICENSE= GPLv2
USES= gmake makeinfo perl5 tar:bzip2
USES_PERL5= build
USE_PERL5= build
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
Expand Down
2 changes: 1 addition & 1 deletion archivers/quazip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= quazip
DISTVERSIONPREFIX= v
DISTVERSION= 0.8
DISTVERSION= 0.8.1
CATEGORIES= archivers
PKGNAMESUFFIX= -qt5

Expand Down
6 changes: 3 additions & 3 deletions archivers/quazip/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1558780883
SHA256 (stachenov-quazip-v0.8_GH0.tar.gz) = e9ddc67dfbe81a1633ecdf6995abb483f578b835946f216d67bffd18b18c9f52
SIZE (stachenov-quazip-v0.8_GH0.tar.gz) = 150570
TIMESTAMP = 1558983754
SHA256 (stachenov-quazip-v0.8.1_GH0.tar.gz) = 4fda4d4248e08015b5090d0369ef9e68bdc4475aa12494f7c0f6d79e43270d14
SIZE (stachenov-quazip-v0.8.1_GH0.tar.gz) = 150584
8 changes: 0 additions & 8 deletions archivers/quazip/files/patch-CMakeLists.txt

This file was deleted.

4 changes: 2 additions & 2 deletions astro/py-astropy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# $FreeBSD$

PORTNAME= astropy
PORTVERSION= 1.1.2
PORTVERSION= 1.1.2 # Do not update without testing ports depending on this one
PORTREVISION= 2
PORTEPOCH= 1
PORTEPOCH= 2
CATEGORIES= astro
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
8 changes: 3 additions & 5 deletions audio/arss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ COMMENT= Additive Image Synthesizer (convert audio to images, images to audio)

LIB_DEPENDS= libfftw3.so:math/fftw3

WRKSRC= ${WRKDIR}/${DISTNAME}/src

USES= cmake:insource
USES= cmake:insource localbase:ldflags
USE_LDCONFIG= ${PREFIX}/lib
CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include
CMAKE_C_FLAGS= ${CFLAGS}

WRKSRC_SUBDIR= src

PLIST_FILES= bin/arss

Expand Down
2 changes: 1 addition & 1 deletion audio/fasttracker2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= fasttracker2
DISTVERSION= 0.1-b156
DISTVERSION= 0.1-b157
CATEGORIES= audio
MASTER_SITES= https://16-bits.org/ \
LOCAL/ehaupt
Expand Down
6 changes: 3 additions & 3 deletions audio/fasttracker2/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1558273787
SHA256 (ft2clone-b156-code.zip) = 35eef47873670c0f8c5e8a90d0cf007b961e881ecff71e94a4cdd15cb7bfb684
SIZE (ft2clone-b156-code.zip) = 3459011
TIMESTAMP = 1559060366
SHA256 (ft2clone-b157-code.zip) = a5dca734a2c8b3849eb6fbe1b9854d88a9541852d7b2c623b8e7b0486bfae296
SIZE (ft2clone-b157-code.zip) = 3957359
4 changes: 2 additions & 2 deletions audio/libmp3splt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include

OPTIONS_MULTI= plugin
OPTIONS_MULTI_plugin= MAD FLAC VORBIS
OPTIONS_MULTI= PLUGIN
OPTIONS_MULTI_PLUGIN= MAD FLAC VORBIS
OPTIONS_DEFINE= ID3 PCRE NLS
OPTIONS_SUB= yes

Expand Down
2 changes: 1 addition & 1 deletion audio/libopenmpt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= libopenmpt
PORTVERSION= 0.4.4
PORTVERSION= 0.4.5
DISTVERSIONSUFFIX= +release.autotools
CATEGORIES= audio
MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \
Expand Down
6 changes: 3 additions & 3 deletions audio/libopenmpt/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1554700928
SHA256 (libopenmpt-0.4.4+release.autotools.tar.gz) = 57834bd4e67485019584e19a1080615269c1e92551230a7c96e79c4fc97b0f75
SIZE (libopenmpt-0.4.4+release.autotools.tar.gz) = 1468436
TIMESTAMP = 1559071273
SHA256 (libopenmpt-0.4.5+release.autotools.tar.gz) = 0b4cc0cc8fbbdabc6263a900ff3560dae7be43be011b6f2bc9913f7a0ed3a521
SIZE (libopenmpt-0.4.5+release.autotools.tar.gz) = 1468636
2 changes: 1 addition & 1 deletion audio/musicpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= musicpd
PORTVERSION= 0.21.8
PORTVERSION= 0.21.9
CATEGORIES= audio ipv6
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions audio/musicpd/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1556263944
SHA256 (mpd-0.21.8.tar.xz) = 23e083f11356c66bfb4a53c00568d370f57707df56496b299c414aaae59a9757
SIZE (mpd-0.21.8.tar.xz) = 670508
TIMESTAMP = 1558790799
SHA256 (mpd-0.21.9.tar.xz) = 39e25376ac2f4db26c3d074eba2ebeba10879a29c71abab33571019c1e520d3e
SIZE (mpd-0.21.9.tar.xz) = 671092
4 changes: 2 additions & 2 deletions audio/shairport-sync/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= shairport-sync
DISTVERSION= 3.2.2
DISTVERSION= 3.3
CATEGORIES= audio

MAINTAINER= [email protected]
Expand Down Expand Up @@ -32,7 +32,7 @@ ALAC_DESC= Build with libalac support (experimental)
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \
--with-piddir=/var/run/shairport-sync --with-avahi \
--with-ssl=openssl --with-metadata --with-soxr \
--with-stdout --with-pipe
--with-stdout --with-pipe --with-libdaemon

CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lcrypto
Expand Down
6 changes: 3 additions & 3 deletions audio/shairport-sync/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1540031760
SHA256 (mikebrady-shairport-sync-3.2.2_GH0.tar.gz) = 4f1ee142b887842727ae0c310e21c83ea2386518e841a25c7ddb015d08b54eba
SIZE (mikebrady-shairport-sync-3.2.2_GH0.tar.gz) = 359760
TIMESTAMP = 1558873140
SHA256 (mikebrady-shairport-sync-3.3_GH0.tar.gz) = 3e621c8de4a0dcdfd39442ece9841ab14bc2093d724ae84c30154a9aeb5d1329
SIZE (mikebrady-shairport-sync-3.3_GH0.tar.gz) = 407512
Loading

0 comments on commit e502b44

Please sign in to comment.