aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-28 22:58:33 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-28 22:58:33 +0800
commit492ae2461d663bb1d6ddb878ba3ff8563f87ceee (patch)
treedf20a428a6764b46c6c0b01c839fdc814f2a27b6
parente5493b56b41050b06f6bb8239ab1c13e38d8030c (diff)
downloadfreebsd-ports-gnome-492ae2461d663bb1d6ddb878ba3ff8563f87ceee.tar.gz
freebsd-ports-gnome-492ae2461d663bb1d6ddb878ba3ff8563f87ceee.tar.zst
freebsd-ports-gnome-492ae2461d663bb1d6ddb878ba3ff8563f87ceee.zip
Move x11-toolkits/p5-Gtk to x11-toolkits/p5-Gtk-Perl
- Add LICENSE - Bump PORTREVISION for dependent ports
-rw-r--r--MOVED1
-rw-r--r--comms/gscmxx/Makefile6
-rw-r--r--x11-toolkits/Makefile2
-rw-r--r--x11-toolkits/p5-Gtk-Perl/Makefile (renamed from x11-toolkits/p5-Gtk/Makefile)6
-rw-r--r--x11-toolkits/p5-Gtk-Perl/distinfo (renamed from x11-toolkits/p5-Gtk/distinfo)0
-rw-r--r--x11-toolkits/p5-Gtk-Perl/files/patch-Gtk__Makefile.PL (renamed from x11-toolkits/p5-Gtk/files/patch-Gtk__Makefile.PL)0
-rw-r--r--x11-toolkits/p5-Gtk-Perl/files/patch-Gtk__gtk-0.99.typemap (renamed from x11-toolkits/p5-Gtk/files/patch-Gtk__gtk-0.99.typemap)0
-rw-r--r--x11-toolkits/p5-Gtk-Perl/files/patch-Makefile.PL (renamed from x11-toolkits/p5-Gtk/files/patch-Makefile.PL)0
-rw-r--r--x11-toolkits/p5-Gtk-Perl/pkg-descr (renamed from x11-toolkits/p5-Gtk/pkg-descr)0
-rw-r--r--x11-toolkits/p5-Gtk-Perl/pkg-plist (renamed from x11-toolkits/p5-Gtk/pkg-plist)0
10 files changed, 9 insertions, 6 deletions
diff --git a/MOVED b/MOVED
index a64a83761e95..01d669297305 100644
--- a/MOVED
+++ b/MOVED
@@ -9100,3 +9100,4 @@ devel/rubygem-minitest4|devel/rubygem-minitest|2017-02-28|Has expired: Use devel
java/jdk16-doc||2017-02-28|Has expired: Should have been removed with linux-sun-jdk16 (2014-05-11)
java/jdk7-doc||2017-02-28|Has expired: Should have been removed with linux-sun-jdk17 (2016-04-24)
textproc/rubygem-sass-rails4|textproc/rubygem-sass-rails5|2017-02-28|Has expired: Use textproc/rubygem-sass-rails5 instead
+x11-toolkits/p5-Gtk|x11-toolkits/p5-Gtk-Perl|2017-02-28|Rename to match upstream naming
diff --git a/comms/gscmxx/Makefile b/comms/gscmxx/Makefile
index 9bcba7b02841..47e9c110d71b 100644
--- a/comms/gscmxx/Makefile
+++ b/comms/gscmxx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gscmxx
PORTVERSION= 0.4.1
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= comms
MASTER_SITES= SF
@@ -11,9 +11,9 @@ MAINTAINER= svmohr@gmail.com
COMMENT= Graphical frontend for scmxx
RUN_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \
- p5-Gtk>=0:x11-toolkits/p5-Gtk
+ p5-Gtk-Perl>=0:x11-toolkits/p5-Gtk-Perl
BUILD_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \
- p5-Gtk>=0:x11-toolkits/p5-Gtk \
+ p5-Gtk-Perl>=0:x11-toolkits/p5-Gtk-Perl \
scmxx:comms/scmxx \
convert:graphics/ImageMagick
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index df277882def5..2601547e3294 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -145,7 +145,7 @@
SUBDIR += p5-Gnome2-Canvas
SUBDIR += p5-Gnome2-VFS
SUBDIR += p5-Gnome2-Wnck
- SUBDIR += p5-Gtk
+ SUBDIR += p5-Gtk-Perl
SUBDIR += p5-Gtk2
SUBDIR += p5-Gtk2-Chmod
SUBDIR += p5-Gtk2-Ex-Dialogs
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk-Perl/Makefile
index bfb665c016c6..eab62debab45 100644
--- a/x11-toolkits/p5-Gtk/Makefile
+++ b/x11-toolkits/p5-Gtk-Perl/Makefile
@@ -1,17 +1,19 @@
# Created by: Vanilla I. Shu <vanilla@MinJe.com.TW>
# $FreeBSD$
-PORTNAME= Gtk
+PORTNAME= Gtk-Perl
PORTVERSION= 0.7010
PORTREVISION= 3
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= The base module of Gtk-Perl
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-XML-Writer>=0:textproc/p5-XML-Writer \
p5-XML-Parser>=0:textproc/p5-XML-Parser
diff --git a/x11-toolkits/p5-Gtk/distinfo b/x11-toolkits/p5-Gtk-Perl/distinfo
index 3ff1ea6db0aa..3ff1ea6db0aa 100644
--- a/x11-toolkits/p5-Gtk/distinfo
+++ b/x11-toolkits/p5-Gtk-Perl/distinfo
diff --git a/x11-toolkits/p5-Gtk/files/patch-Gtk__Makefile.PL b/x11-toolkits/p5-Gtk-Perl/files/patch-Gtk__Makefile.PL
index eaac20c29644..eaac20c29644 100644
--- a/x11-toolkits/p5-Gtk/files/patch-Gtk__Makefile.PL
+++ b/x11-toolkits/p5-Gtk-Perl/files/patch-Gtk__Makefile.PL
diff --git a/x11-toolkits/p5-Gtk/files/patch-Gtk__gtk-0.99.typemap b/x11-toolkits/p5-Gtk-Perl/files/patch-Gtk__gtk-0.99.typemap
index aa5eb921f5a5..aa5eb921f5a5 100644
--- a/x11-toolkits/p5-Gtk/files/patch-Gtk__gtk-0.99.typemap
+++ b/x11-toolkits/p5-Gtk-Perl/files/patch-Gtk__gtk-0.99.typemap
diff --git a/x11-toolkits/p5-Gtk/files/patch-Makefile.PL b/x11-toolkits/p5-Gtk-Perl/files/patch-Makefile.PL
index 143effb8f319..143effb8f319 100644
--- a/x11-toolkits/p5-Gtk/files/patch-Makefile.PL
+++ b/x11-toolkits/p5-Gtk-Perl/files/patch-Makefile.PL
diff --git a/x11-toolkits/p5-Gtk/pkg-descr b/x11-toolkits/p5-Gtk-Perl/pkg-descr
index 0ec27aecc299..0ec27aecc299 100644
--- a/x11-toolkits/p5-Gtk/pkg-descr
+++ b/x11-toolkits/p5-Gtk-Perl/pkg-descr
diff --git a/x11-toolkits/p5-Gtk/pkg-plist b/x11-toolkits/p5-Gtk-Perl/pkg-plist
index b469a4958f83..b469a4958f83 100644
--- a/x11-toolkits/p5-Gtk/pkg-plist
+++ b/x11-toolkits/p5-Gtk-Perl/pkg-plist