Revision: 112802 https://trac.macports.org/changeset/112802 Author: snc@macports.org Date: 2013-11-01 12:19:37 -0700 (Fri, 01 Nov 2013) Log Message: ----------- games: eboard, pioneers * change perl5 build dep to perl5.12 for perl_select, #29763 Modified Paths: -------------- trunk/dports/games/eboard/Portfile trunk/dports/games/pioneers/Portfile Removed Paths: ------------- trunk/dports/games/pioneers/files/patch-common-notifying-string.c.diff Modified: trunk/dports/games/eboard/Portfile =================================================================== --- trunk/dports/games/eboard/Portfile 2013-11-01 19:16:01 UTC (rev 112801) +++ trunk/dports/games/eboard/Portfile 2013-11-01 19:19:37 UTC (rev 112802) @@ -20,7 +20,7 @@ use_bzip2 yes checksums md5 03dcdaa2bc85218b1b18c4bee276fea7 -depends_build path:bin/perl:perl5 port:pkgconfig +depends_build path:bin/perl:perl5.12 port:pkgconfig depends_lib port:gtk2 patchfiles configure.patch Modified: trunk/dports/games/pioneers/Portfile =================================================================== --- trunk/dports/games/pioneers/Portfile 2013-11-01 19:16:01 UTC (rev 112801) +++ trunk/dports/games/pioneers/Portfile 2013-11-01 19:19:37 UTC (rev 112802) @@ -2,11 +2,10 @@ # $Id$ PortSystem 1.0 -PortGroup app 1.0 +#PortGroup app 1.0 name pioneers -version 14.1 -revision 1 +version 15.1 categories games license GPL maintainers snc gmail.com:jweede @@ -22,40 +21,40 @@ homepage http://pio.sourceforge.net/ platforms freebsd darwin depends_build port:gettext port:grep port:intltool port:p5.12-xml-parser \ - port:perl5 port:pkgconfig port:rarian -depends_lib port:atk port:expat port:fontconfig port:freetype \ - port:gettext port:gtk2 port:libiconv \ - port:libpng port:xorg-libX11 \ - port:xorg-libXau port:xorg-libXcomposite port:xorg-libXcursor \ - port:xorg-libXdamage port:xorg-libXdmcp port:xorg-libXext \ - port:xorg-libXfixes port:xorg-libXi port:xorg-libXinerama \ - port:xorg-libXrandr port:xorg-libxcb port:xrender port:zlib - + port:perl5.12 port:pkgconfig port:rarian +depends_lib port:atk \ + port:avahi \ + port:cairo \ + port:fontconfig \ + port:freetype \ + port:gdk-pixbuf2 \ + port:gettext \ + port:glib2 \ + port:gtk2 \ + port:libnotify \ + port:pango -master_sites sourceforge:pio +master_sites sourceforge:project/pio/Source -checksums rmd160 fcf024d2cd0db78c7c06665c7c0135378b0be0d4 \ - sha256 5196ad2f7d4ba128f2ae138e4af9d03d62c366f0342b88d871af04294385f781 +checksums rmd160 bc89a21a6a96e404de83bbf6114ee1e12deb5239 \ + sha256 e79933343929a36f6d3b45c2229297528a75532085ad9244eedfc03ee055b93f post-extract { copy ${filespath}/launcher.sh ${worksrcpath} } -patchfiles patch-common-notifying-string.c.diff - post-patch { reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/launcher.sh } -configure.env-append with_avahi=no post-configure { reinplace {s| -Wl,-z,relro -Wl,-z,now||} ${worksrcpath}/Makefile reinplace s|-Wl,--as-needed|| ${worksrcpath}/Makefile } -app.name Pioneers -app.executable ${worksrcpath}/launcher.sh -app.icon ${filespath}/logo.png +#app.name Pioneers +#app.executable ${worksrcpath}/launcher.sh +#app.icon ${filespath}/logo.png livecheck.url http://sourceforge.net/projects/pio/files/ livecheck.regex ${name}-(\\d+(\\.\\d+)+) Deleted: trunk/dports/games/pioneers/files/patch-common-notifying-string.c.diff =================================================================== --- trunk/dports/games/pioneers/files/patch-common-notifying-string.c.diff 2013-11-01 19:16:01 UTC (rev 112801) +++ trunk/dports/games/pioneers/files/patch-common-notifying-string.c.diff 2013-11-01 19:19:37 UTC (rev 112802) @@ -1,26 +0,0 @@ ---- common/notifying-string.c.orig 2012-05-29 14:52:26.000000000 -0400 -+++ common/notifying-string.c 2012-05-29 14:52:48.000000000 -0400 -@@ -35,10 +35,10 @@ - typedef NotifyingStringClass SelfClass; - - /* here are local prototypes */ --#line 0 "common/notifying-string.gob" -+#line 1 "common/notifying-string.gob" - static void notifying_string_init (NotifyingString * o) G_GNUC_UNUSED; - #line 41 "notifying-string.c" --#line 0 "common/notifying-string.gob" -+#line 1 "common/notifying-string.gob" - static void notifying_string_class_init (NotifyingStringClass * c) G_GNUC_UNUSED; - #line 44 "notifying-string.c" - ---- common/gtk/scrollable-text-view.c.orig 2012-05-29 14:56:31.000000000 -0400 -+++ common/gtk/scrollable-text-view.c 2012-05-29 14:56:47.000000000 -0400 -@@ -63,7 +63,7 @@ - typedef ScrollableTextViewClass SelfClass; - - /* here are local prototypes */ --#line 0 "common/gtk/scrollable-text-view.gob" -+#line 1 "common/gtk/scrollable-text-view.gob" - static void scrollable_text_view_class_init (ScrollableTextViewClass * c) G_GNUC_UNUSED; - #line 69 "scrollable-text-view.c" - #line 40 "common/gtk/scrollable-text-view.gob"
participants (1)
-
snc@macports.org