svn commit: r359047 - head/net/twitux
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jun 24 07:04:02 UTC 2014
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 at 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
- at dirrmtry share/omf
- at dirrmtry share/icons/hicolor/scalable/apps
- at dirrmtry share/icons/hicolor/scalable
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
- at dirrmtry share/gnome/help
- at 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
- at dirrmtry etc/gconf/schemas
- at dirrmtry etc/gconf/gconf.xml.defaults
- at dirrmtry etc/gconf
More information about the svn-ports-all
mailing list