diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-01 23:17:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-01 23:17:27 +0000 |
commit | f5208f411d475110f9291e50e9e930e3010ba7e9 (patch) | |
tree | 35b783a0e3cc2c6012a596277f50b0b2c70e1ad1 /www/osb-nrcit | |
parent | 19891640a7f4aeceaff80bba5b63e7ebf0709252 (diff) | |
download | ports-f5208f411d475110f9291e50e9e930e3010ba7e9.tar.gz ports-f5208f411d475110f9291e50e9e930e3010ba7e9.zip |
Notes
Diffstat (limited to 'www/osb-nrcit')
-rw-r--r-- | www/osb-nrcit/Makefile | 6 | ||||
-rw-r--r-- | www/osb-nrcit/distinfo | 6 | ||||
-rw-r--r-- | www/osb-nrcit/files/patch-osb-nrcit.pc.in | 10 |
3 files changed, 6 insertions, 16 deletions
diff --git a/www/osb-nrcit/Makefile b/www/osb-nrcit/Makefile index 54bc7f7be2be..5f2922771ba9 100644 --- a/www/osb-nrcit/Makefile +++ b/www/osb-nrcit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= osb-nrcit -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk-webcore @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= gtk-webcore MAINTAINER= ports@FreeBSD.org COMMENT= Gtk+ WebCore embeddable web browser component -BUILD_DEPENDS= osb-nrcore>=0.5.1:${PORTSDIR}/www/osb-nrcore +BUILD_DEPENDS= osb-nrcore>=0.5.2:${PORTSDIR}/www/osb-nrcore LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl -RUN_DEPENDS= osb-nrcore>=0.5.1:${PORTSDIR}/www/osb-nrcore +RUN_DEPENDS= osb-nrcore>=0.5.2:${PORTSDIR}/www/osb-nrcore USE_GNOME= gnomehack gnometarget gtk20 librsvg2 USE_AUTOTOOLS= libtool:15 diff --git a/www/osb-nrcit/distinfo b/www/osb-nrcit/distinfo index 3f8236f0357c..daa53037a874 100644 --- a/www/osb-nrcit/distinfo +++ b/www/osb-nrcit/distinfo @@ -1,3 +1,3 @@ -MD5 (osb-nrcit-0.5.1.tar.gz) = 51277e984db95257f6dee8297fdc5df8 -SHA256 (osb-nrcit-0.5.1.tar.gz) = 0fd79959cc184a63d479510dfbd6bb0980e44e6cf71be24842b7a3c1be79972e -SIZE (osb-nrcit-0.5.1.tar.gz) = 419798 +MD5 (osb-nrcit-0.5.2.tar.gz) = a1d2af774012a161a9a8ffe0cd3c81c5 +SHA256 (osb-nrcit-0.5.2.tar.gz) = a318347a661be866971449a238feeb36b21a47d0a2dfcb993e5d049a28039a74 +SIZE (osb-nrcit-0.5.2.tar.gz) = 419867 diff --git a/www/osb-nrcit/files/patch-osb-nrcit.pc.in b/www/osb-nrcit/files/patch-osb-nrcit.pc.in deleted file mode 100644 index 99ee76a75edc..000000000000 --- a/www/osb-nrcit/files/patch-osb-nrcit.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- osb-nrcit.pc.in.orig Fri Jan 26 17:25:45 2007 -+++ osb-nrcit.pc.in Wed Feb 7 03:52:56 2007 -@@ -7,6 +7,6 @@ - Name: OSB-NRCit - Description: OSB HTML Rendering engine browser interface - Version: @VERSION@ --Requires: osb-jscore osb-nrcore xft fontconfig gdk-2.0 gtk+-2.0 glib-2.0 -+Requires: osb-jscore osb-nrcore xft fontconfig gdk-2.0 gtk+-2.0 glib-2.0 gthread-2.0 - Libs: -L${libdir} -lnrcore -lnrcit @LIBCURL_LIBS@ - Cflags: -I${includedir}/osb/ -I${includedir}/osb/NRCore/ |