diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-15 09:24:15 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-15 09:24:15 +0800 |
commit | f1ea86b41ab79808a33a55aee9045623cdaf29a9 (patch) | |
tree | c3e37e33a127271fd8312890824e7ff3822c07c6 /devel | |
parent | 635c1c10f924842582a1c00f911cbbd1a38b3754 (diff) | |
download | marcuscom-ports-f1ea86b41ab79808a33a55aee9045623cdaf29a9.tar marcuscom-ports-f1ea86b41ab79808a33a55aee9045623cdaf29a9.tar.gz marcuscom-ports-f1ea86b41ab79808a33a55aee9045623cdaf29a9.tar.bz2 marcuscom-ports-f1ea86b41ab79808a33a55aee9045623cdaf29a9.tar.lz marcuscom-ports-f1ea86b41ab79808a33a55aee9045623cdaf29a9.tar.xz marcuscom-ports-f1ea86b41ab79808a33a55aee9045623cdaf29a9.tar.zst marcuscom-ports-f1ea86b41ab79808a33a55aee9045623cdaf29a9.zip |
Update to 0.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15023 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnotify/Makefile | 7 | ||||
-rw-r--r-- | devel/libnotify/distinfo | 4 | ||||
-rw-r--r-- | devel/libnotify/pkg-plist | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index a26945e31..78e732aef 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -3,18 +3,19 @@ # Whom: Andreas Kohn <andreas@syndrom23.de> # # $FreeBSD$ -# $MCom: ports/devel/libnotify/Makefile,v 1.13 2010/12/04 18:13:59 kwm Exp $ +# $MCom: ports/devel/libnotify/Makefile,v 1.14 2010/12/26 13:47:26 kwm Exp $ # PORTNAME= libnotify -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= devel gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A library for desktop notifications +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection + LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo index 4fd54269c..5221d2b6e 100644 --- a/devel/libnotify/distinfo +++ b/devel/libnotify/distinfo @@ -1,2 +1,2 @@ -SHA256 (libnotify-0.7.0.tar.bz2) = 7efc797a75241d9324f1642d9f2d7abf9dc6d2382ab9d77a21578e3c5dc0f0f9 -SIZE (libnotify-0.7.0.tar.bz2) = 309390 +SHA256 (libnotify-0.7.1.tar.bz2) = 84dc2a77defb25521d2f1cb7ac34b4d23b55254ba361442658430efb928536c8 +SIZE (libnotify-0.7.1.tar.bz2) = 319816 diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist index 11162feb7..73cc5dc6f 100644 --- a/devel/libnotify/pkg-plist +++ b/devel/libnotify/pkg-plist @@ -3,17 +3,19 @@ include/libnotify/notification.h include/libnotify/notify-enum-types.h include/libnotify/notify-features.h include/libnotify/notify.h +lib/girepository-1.0/Notify-0.7.typelib lib/libnotify.a lib/libnotify.la lib/libnotify.so lib/libnotify.so.1 libdata/pkgconfig/libnotify.pc +share/gir-1.0/Notify-0.7.gir +share/gtk-doc/html/libnotify/NotifyNotification.html share/gtk-doc/html/libnotify/ch01.html share/gtk-doc/html/libnotify/home.png share/gtk-doc/html/libnotify/index.html share/gtk-doc/html/libnotify/index.sgml share/gtk-doc/html/libnotify/left.png -share/gtk-doc/html/libnotify/libnotify-notification.html share/gtk-doc/html/libnotify/libnotify-notify.html share/gtk-doc/html/libnotify/libnotify.devhelp share/gtk-doc/html/libnotify/libnotify.devhelp2 |