Index: head/multimedia/din/Makefile =================================================================== --- head/multimedia/din/Makefile (revision 474304) +++ head/multimedia/din/Makefile (revision 474305) @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= din -PORTVERSION= 35 +PORTVERSION= 36 CATEGORIES= multimedia MASTER_SITES= https://archive.org/download/dinisnoise_source_code/ MAINTAINER= santhosh.raju@gmail.com COMMENT= DIN Is Noise is an open source, cross-platform sound \ synthesizer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libasound.so:audio/alsa-lib \ libjack.so:audio/jack \ libtcl${TCL_SHLIB_VER}.so:lang/tcl${TCL_SHLIB_VER} \ libSDL.so:devel/sdl12 \ libGL.so:graphics/mesa-libs USES= autoreconf tcl:86+ GNU_CONFIGURE= yes INSTALLS_ICONS= yes OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= JACK ALSA OPTIONS_DEFAULT= JACK JACK_DESC= Uses JACK sound server ALSA_DESC= Uses ALSA sound server ALSA_CXXFLAGS+= -D__LINUX_ALSA__ JACK_CXXFLAGS+= -D__UNIX_JACK__ CXXFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/tcl${TCL_VER} LIBS+= -L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER} -lthr .include Index: head/multimedia/din/distinfo =================================================================== --- head/multimedia/din/distinfo (revision 474304) +++ head/multimedia/din/distinfo (revision 474305) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528552909 -SHA256 (din-35.tar.gz) = bed84fa22c189336ddfbe3aca1b8a08f82c38dfac3627a5ef484a022e476d290 -SIZE (din-35.tar.gz) = 3613126 +TIMESTAMP = 1531157154 +SHA256 (din-36.tar.gz) = 894b8ae8d883cdca5171739655fe698ba47f0b8760de2b06ed6c1b89f504f8a5 +SIZE (din-36.tar.gz) = 3616547 Property changes on: head/multimedia/din/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/multimedia/din/files/patch-src_main.cc =================================================================== --- head/multimedia/din/files/patch-src_main.cc (revision 474304) +++ head/multimedia/din/files/patch-src_main.cc (nonexistent) @@ -1,11 +0,0 @@ ---- src/main.cc.orig 2018-06-10 01:20:01 UTC -+++ src/main.cc -@@ -73,7 +73,7 @@ extern const float TWO_PI = 2 * PI; - extern const float PI_BY_180 = PI / 180.; - extern const int MILLION = 1000000; - extern const char SPC = ' '; --extern const string tokenizer::DEFAULT_DELIMITER (" "); -+const string tokenizer::DEFAULT_DELIMITER (" "); - float widget::R = 0.980392, widget::G = 0.792157, widget::B = 0.509804; // default color for all widgets - - // for attack, decay and deltas [see keyboard-keyboard.cc, mondrian.cc, triggered_note.cc] Property changes on: head/multimedia/din/files/patch-src_main.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property