diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-15 14:18:35 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-15 14:18:35 +0800 |
commit | 4e9e2ea198375173925610d9a3c2a2b66df6bad3 (patch) | |
tree | 1c71bf41f63248141fff06b67973144299b78c20 /x11/ruby-gnome2 | |
parent | 621d06f954b2f5839923d03a50edd1c620396e39 (diff) | |
download | freebsd-ports-gnome-4e9e2ea198375173925610d9a3c2a2b66df6bad3.tar.gz freebsd-ports-gnome-4e9e2ea198375173925610d9a3c2a2b66df6bad3.tar.zst freebsd-ports-gnome-4e9e2ea198375173925610d9a3c2a2b66df6bad3.zip |
Update to 0.11.0. Three new ports (Ruby/RSVG, Ruby/GnomePrint and
Ruby/GnomePrintUI) will be add in ruby-gnome2-all later when I am done with
create and test with those new ports tonight or tomorrow.
Diffstat (limited to 'x11/ruby-gnome2')
-rw-r--r-- | x11/ruby-gnome2/Makefile | 1 | ||||
-rw-r--r-- | x11/ruby-gnome2/Makefile.common | 2 | ||||
-rw-r--r-- | x11/ruby-gnome2/pkg-plist | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/x11/ruby-gnome2/Makefile b/x11/ruby-gnome2/Makefile index ab3c1286a76f..3228b13332b7 100644 --- a/x11/ruby-gnome2/Makefile +++ b/x11/ruby-gnome2/Makefile @@ -7,7 +7,6 @@ PORTNAME= gnome2 PORTVERSION= ${RUBY_GNOME_PORTVERSION} -PORTREVISION= 1 CATEGORIES= x11 ruby MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} diff --git a/x11/ruby-gnome2/Makefile.common b/x11/ruby-gnome2/Makefile.common index 9f274ad47869..917b9a987403 100644 --- a/x11/ruby-gnome2/Makefile.common +++ b/x11/ruby-gnome2/Makefile.common @@ -1,6 +1,6 @@ # $FreeBSD$ -RUBY_GNOME_VERSION= 0.10.1 +RUBY_GNOME_VERSION= 0.11.0 #RUBY_GNOME_SNAPSHOTDATE= 20010224 .if defined(RUBY_GNOME_SNAPSHOTDATE) RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION}.${RUBY_GNOME_SNAPSHOTDATE} diff --git a/x11/ruby-gnome2/pkg-plist b/x11/ruby-gnome2/pkg-plist index 0c9a81a3efb7..fa91f3313b26 100644 --- a/x11/ruby-gnome2/pkg-plist +++ b/x11/ruby-gnome2/pkg-plist @@ -4,6 +4,7 @@ %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-config.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-druid.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-program.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/README %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/about.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/app-helper.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/bomb.xpm |