Skip to content
Permalink
Browse files

regexxer: update to version 0.11 git master as of 20171111

* use portgroup cxx11 1.1
* contains C++11 build fixes for current gtkmm3 API
* add depends_run adwaita-icon-theme
* disable livecheck
  • Loading branch information
dbevans committed Mar 20, 2018
1 parent 8cf7ff0 commit c66d4aad1acb7ff6f0928d52667ebc4ce793d5ce
@@ -1,9 +1,12 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup cxx11 1.1

name regexxer
version 0.10
set git_commit 2a6b07b67372aea5d2a2bf725eb9ff71b2828ca7
set git_date 20171111
version 0.11-${git_date}
set branch [join [lrange [split ${version} .] 0 1] .]
categories gnome
license GPL-2+
@@ -17,12 +20,15 @@ long_description regexxer is a nifty search/replace tool for the \
directory trees and Perl-style regular expressions.

homepage http://${name}.sourceforge.net
master_sites gnome:sources/${name}/${branch}/
master_sites https://git.gnome.org/browse/${name}/snapshot/

distname ${name}-${git_commit}

use_xz yes

checksums rmd160 e8223914e09472e0e75ec8c41fd3db926f051236 \
sha256 2a7832541a0306b3d4eb63a1cf8978d7bbfc7927e9304473fe801d71fd99736c
checksums rmd160 13d2e3d7f218943712b580c6b1c167a701920bcf \
sha256 d10aa4edebe73ed43b7df9d42620349f1dc0d6c4c1a8dd12e97470996061fb17 \
size 186848

depends_build port:pkgconfig \
port:intltool \
@@ -34,9 +40,10 @@ depends_lib port:desktop-file-utils \
port:gtkmm3 \
port:gtksourceviewmm3

depends_run port:adwaita-icon-theme

patchfiles patch-configure.ac.diff \
patch-Makefile.am.diff \
patch-fix-compilation.diff
patch-Makefile.am.diff

configure.cmd ./autogen.sh
configure.args --disable-schemas-compile
@@ -47,4 +54,4 @@ post-activate {
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
}

livecheck.type gnome-with-unstable
livecheck.type none
@@ -1,6 +1,6 @@
--- Makefile.am.orig 2013-12-29 19:22:48.000000000 -0800
+++ Makefile.am 2013-12-29 19:23:07.000000000 -0800
@@ -107,8 +107,8 @@
@@ -106,8 +106,8 @@
@INTLTOOL_DESKTOP_RULE@
@INTLTOOL_XML_NOMERGE_RULE@

@@ -1,6 +1,6 @@
--- configure.ac 2011-10-06 06:01:20.000000000 -0700
+++ configure.ac.orig 2013-12-29 19:19:06.000000000 -0800
@@ -40,7 +40,7 @@
@@ -42,7 +42,7 @@
gtksourceviewmm-3.0 >= 2.91.5])

DK_PKG_PATH_PROG([GDK_PIXBUF_CSOURCE], [gdk-pixbuf-2.0], [gdk-pixbuf-csource])

This file was deleted.

0 comments on commit c66d4aa

Please sign in to comment.
You can’t perform that action at this time.