Date: Mon, 7 Jan 2019 16:48:26 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489584 - in head: databases/slony1v2 security/i2pd sysutils/froxlor x11/xfce4-goodies Message-ID: <201901071648.x07GmQ5x024357@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Mon Jan 7 16:48:26 2019 New Revision: 489584 URL: https://svnweb.freebsd.org/changeset/ports/489584 Log: Do not set opt_DESC twice Modified: head/databases/slony1v2/Makefile head/security/i2pd/Makefile head/sysutils/froxlor/Makefile head/x11/xfce4-goodies/Makefile Modified: head/databases/slony1v2/Makefile ============================================================================== --- head/databases/slony1v2/Makefile Mon Jan 7 16:47:47 2019 (r489583) +++ head/databases/slony1v2/Makefile Mon Jan 7 16:48:26 2019 (r489584) @@ -32,7 +32,6 @@ CONFLICTS?= slony1-1* CONFIGURE_ENV+= FLEX=${LOCALBASE}/bin/flex -PERLTOOLS_DESC= Install perl configuration tools PERLTOOLS_USES= perl5 PERLTOOLS_CONFIGURE_ENV= PERL=${PERL} PERLTOOLS_CONFIGURE_ON= --with-perltools=${LOCALBASE}/sbin Modified: head/security/i2pd/Makefile ============================================================================== --- head/security/i2pd/Makefile Mon Jan 7 16:47:47 2019 (r489583) +++ head/security/i2pd/Makefile Mon Jan 7 16:48:26 2019 (r489584) @@ -40,7 +40,6 @@ AVX_CMAKE_BOOL= WITH_AVX UPNP_DESC= Include support for UPnP client UPNP_CMAKE_BOOL= WITH_UPNP UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc -UPNP_DESC= Include support for UPnP client HARDENING_CMAKE_BOOL= WITH_HARDENING HARDENING_DESC= Use hardening compiler flags Modified: head/sysutils/froxlor/Makefile ============================================================================== --- head/sysutils/froxlor/Makefile Mon Jan 7 16:47:47 2019 (r489583) +++ head/sysutils/froxlor/Makefile Mon Jan 7 16:48:26 2019 (r489584) @@ -46,7 +46,6 @@ APACHE_DESC= Apache as HTTP/HTTPS server LIGHTTPD_DESC= Lighttpd as HTTP/HTTPS server NGINX_DESC= Nginx as HTTP/HTTPS server MYSQLC_DESC= MySQL database client only -MYSQLS_DESC= MySQL database server and client POSTFIX_DESC= Postfix as SMTP server EXIM_DESC= Exim as SMTP server DKIM_DESC= OpenDKIM for DomainKeys Identified Mail @@ -64,7 +63,7 @@ LOGROTATE_DESC= Logrotate for log rotation MYSQLS_DESC= Depend on MySQL server NLS_DESC= Enable NLS support (required for webFTP frontend) -OPTIONS_DEFAULT= APACHE MYSQLS POSTFIX DOVECOT2 PROFTPD WEBALIZER MYSQLS PCNTL +OPTIONS_DEFAULT= APACHE POSTFIX DOVECOT2 PROFTPD WEBALIZER MYSQLS PCNTL POSTFIX_RUN_DEPENDS= postfix:mail/postfix Modified: head/x11/xfce4-goodies/Makefile ============================================================================== --- head/x11/xfce4-goodies/Makefile Mon Jan 7 16:47:47 2019 (r489583) +++ head/x11/xfce4-goodies/Makefile Mon Jan 7 16:48:26 2019 (r489584) @@ -138,7 +138,6 @@ THEMES_DESC= Additional themes for xfwm4 VALA_DESC= Vala binding for the Xfce core libraries VFS_DESC= The virtual filesystem for Thunar VOLUMED_DESC= Volume management daemon for the Xfce desktop -VOLUMEDPULSE_DESC= Volume management daemon for Xfce using PulseAudio BSDCPUFREQ_RUN_DEPENDS= xfce4-bsdcpufreq-plugin>=0:sysutils/xfce4-bsdcpufreq-plugin EQUAKE_RUN_DEPENDS= xfce4-equake-plugin>=0:science/xfce4-equake-plugin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901071648.x07GmQ5x024357>