Date: Tue, 24 Jun 2014 07:04:01 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359047 - head/net/twitux Message-ID: <201406240704.s5O7415h039980@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Jun 24 07:04:01 2014 New Revision: 359047 URL: http://svnweb.freebsd.org/changeset/ports/359047 QAT: https://qat.redports.org/buildarchive/r359047/ Log: 1: Stagify. 2: new syntax of LIB_DEPENDS. 3: USES=tar:bzip2 Approved by: portmgr@ (blanket approval) Modified: head/net/twitux/Makefile head/net/twitux/pkg-plist Modified: head/net/twitux/Makefile ============================================================================== --- head/net/twitux/Makefile Tue Jun 24 06:56:05 2014 (r359046) +++ head/net/twitux/Makefile Tue Jun 24 07:04:01 2014 (r359047) @@ -10,20 +10,18 @@ MASTER_SITES= SF MAINTAINER= oz@cyprio.net COMMENT= GNOME client for Twitter -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ - notify.4:${PORTSDIR}/devel/libnotify \ - canberra:${PORTSDIR}/audio/libcanberra +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libsexy.so:${PORTSDIR}/x11-toolkits/libsexy \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libcanberra.so:${PORTSDIR}/audio/libcanberra USE_XORG= x11 USE_GNOME= glib20 gtk20 gconf2 libxml2 gnomedocutils INSTALLS_OMF= yes -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig tar:bzip2 CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt" GCONF_SCHEMAS= twitux.schemas INSTALLS_ICONS= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net/twitux/pkg-plist ============================================================================== --- head/net/twitux/pkg-plist Tue Jun 24 06:56:05 2014 (r359046) +++ head/net/twitux/pkg-plist Tue Jun 24 07:04:01 2014 (r359047) @@ -24,15 +24,6 @@ share/twitux/spell_dlg.xml @dirrm share/gnome/help/twitux/C/figures @dirrm share/gnome/help/twitux/C @dirrm share/gnome/help/twitux -@dirrmtry share/omf -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrmtry share/gnome/help -@dirrmtry share/gnome @dirrmtry lib/locale/sv/LC_MESSAGES @dirrmtry lib/locale/pt/LC_MESSAGES @dirrmtry lib/locale/ja/LC_MESSAGES @@ -46,6 +37,3 @@ share/twitux/spell_dlg.xml @dirrmtry lib/locale/es @dirrmtry lib/locale/de @dirrmtry lib/locale -@dirrmtry etc/gconf/schemas -@dirrmtry etc/gconf/gconf.xml.defaults -@dirrmtry etc/gconf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406240704.s5O7415h039980>