Date: Sun, 1 Dec 2013 00:16:17 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335356 - head/x11/lxpanel Message-ID: <201312010016.rB10GHf5079923@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Sun Dec 1 00:16:17 2013 New Revision: 335356 URL: http://svnweb.freebsd.org/changeset/ports/335356 Log: - Remove OPTIONS_DEFAULT - Change typo audio/linux-f10-alsa-li to audio/linux-f10-alsa-lib - Change WWW Approved by: pawel / wg (mentors, implicit) Modified: head/x11/lxpanel/Makefile head/x11/lxpanel/pkg-descr (contents, props changed) Modified: head/x11/lxpanel/Makefile ============================================================================== --- head/x11/lxpanel/Makefile Sun Dec 1 00:12:03 2013 (r335355) +++ head/x11/lxpanel/Makefile Sun Dec 1 00:16:17 2013 (r335356) @@ -17,10 +17,10 @@ LIB_DEPENDS= libmenu-cache.so:${PORTSDIR RUN_DEPENDS= ${LOCALBASE}/share/desktop-directories/lxde-audio-video.directory:${PORTSDIR}/x11/lxmenu-data OPTIONS_DEFINE= ALSA DOCS NLS -OPTIONS_DEFAULT= + OPTIONS_SUB= yes -ALSA_RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-f10-alsa-li +ALSA_RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-f10-alsa-lib ALSA_CONFIGURE_ENABLE= alsa NLS_USES= gettext @@ -42,13 +42,13 @@ PORTDOCS= AUTHORS README .include <bsd.port.options.mk> post-patch: - @${REINPLACE_CMD} -e 's,linux,sys,' \ + @${REINPLACE_CMD} -e 's|linux|sys|' \ ${WRKSRC}/src/plugins/volume/volume-impl.c - @${REINPLACE_CMD} -e 's,$$(DATADIRNAME)/locale,share/locale,' \ + @${REINPLACE_CMD} -e 's|$$(DATADIRNAME)/locale|share/locale|' \ ${WRKSRC}/po/Makefile.in.in .if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's,po man,man,' \ + @${REINPLACE_CMD} -e 's|po man|man|' \ ${WRKSRC}/Makefile.in .endif Modified: head/x11/lxpanel/pkg-descr ============================================================================== --- head/x11/lxpanel/pkg-descr Sun Dec 1 00:12:03 2013 (r335355) +++ head/x11/lxpanel/pkg-descr Sun Dec 1 00:16:17 2013 (r335356) @@ -5,4 +5,4 @@ It's not only with fbpanel features but * supports i18n * provides lxpanelctl to control lxpanel -WWW: http://lxpanel.sourceforge.net/ +WWW: http://wiki.lxde.org/en/LXPanel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312010016.rB10GHf5079923>