diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-17 15:59:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-17 15:59:40 +0800 |
commit | 5ec60b08369c539995af59580fe9d5d7eb3cb432 (patch) | |
tree | f4ec70b42080c9ab3d0fd69c03e79148c0906092 /x11-toolkits | |
parent | c2d54a66673efae689b4536a829fe7e2c539e457 (diff) | |
download | freebsd-ports-gnome-5ec60b08369c539995af59580fe9d5d7eb3cb432.tar.gz freebsd-ports-gnome-5ec60b08369c539995af59580fe9d5d7eb3cb432.tar.zst freebsd-ports-gnome-5ec60b08369c539995af59580fe9d5d7eb3cb432.zip |
it doesn't depends on gnome-libs at all, so remove it
change SUBDIR to the new CPAN:USER macros
while here remove MD5
bump portrevision to mark the removal of the gnome-libs
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gtk2-ImageView/Makefile | 14 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-ImageView/distinfo | 1 |
2 files changed, 6 insertions, 9 deletions
diff --git a/x11-toolkits/p5-Gtk2-ImageView/Makefile b/x11-toolkits/p5-Gtk2-ImageView/Makefile index 5a2b35d9e006..cd94adee650c 100644 --- a/x11-toolkits/p5-Gtk2-ImageView/Makefile +++ b/x11-toolkits/p5-Gtk2-ImageView/Makefile @@ -7,26 +7,24 @@ PORTNAME= Gtk2-ImageView PORTVERSION= 0.05 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/R/RA/RATCLIFFE +MASTER_SITE_SUBDIR= CPAN:RATCLIFFE PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl bindings to the GtkImageView image viewer widget -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo \ - ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 +BUILD_DEPENDS= p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \ + p5-ExtUtils-Depends>=0.2:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ + p5-Gtk2>=1.140:${PORTSDIR}/x11-toolkits/p5-Gtk2 LIB_DEPENDS= gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ -USE_GNOME= gnomelibs - MAN3= Gtk2::ImageView.3 \ Gtk2::Gdk::Pixbuf::Draw::Cache.3 \ Gtk2::ImageView::Anim.3 \ diff --git a/x11-toolkits/p5-Gtk2-ImageView/distinfo b/x11-toolkits/p5-Gtk2-ImageView/distinfo index 9e2778fa4a37..226616df44f0 100644 --- a/x11-toolkits/p5-Gtk2-ImageView/distinfo +++ b/x11-toolkits/p5-Gtk2-ImageView/distinfo @@ -1,3 +1,2 @@ -MD5 (Gtk2-ImageView-0.05.tar.gz) = 7c961071b347b6a64b8351fdd87ec4c0 SHA256 (Gtk2-ImageView-0.05.tar.gz) = 087186c3693acf196451cf59cc8b7f5cf9a7b05abe20d32dcbcba0822953fb80 SIZE (Gtk2-ImageView-0.05.tar.gz) = 43632 |