diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-04-15 04:55:33 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-04-15 04:55:33 +0800 |
commit | c55a450852d7371c42874e0e7f9e8c0eb329fac6 (patch) | |
tree | a1c6576e7fed316875b366bafb93614527ea8156 /x11-toolkits | |
parent | 6fb5ad1677fe48fdb7885d81b0a1fa7468da6e3d (diff) | |
download | freebsd-ports-gnome-c55a450852d7371c42874e0e7f9e8c0eb329fac6.tar.gz freebsd-ports-gnome-c55a450852d7371c42874e0e7f9e8c0eb329fac6.tar.zst freebsd-ports-gnome-c55a450852d7371c42874e0e7f9e8c0eb329fac6.zip |
- Update girara to 0.2.4
- Chase shlib version bump
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/girara/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/girara/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/girara/files/patch-Makefile | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile index a563080e0469..d75df5251860 100644 --- a/x11-toolkits/girara/Makefile +++ b/x11-toolkits/girara/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= girara -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ diff --git a/x11-toolkits/girara/distinfo b/x11-toolkits/girara/distinfo index 741164ddaf6a..4420ba5c345a 100644 --- a/x11-toolkits/girara/distinfo +++ b/x11-toolkits/girara/distinfo @@ -1,2 +1,2 @@ -SHA256 (girara-0.2.3.tar.gz) = b07fcce509a27c5917a997eb08cc5c8da20e9013f59ae89367ff048f2eae0ede -SIZE (girara-0.2.3.tar.gz) = 74107 +SHA256 (girara-0.2.4.tar.gz) = 2ee04e4c0e700d455ebaf92f804355f948754e7d3751d409db6595419e6ece5e +SIZE (girara-0.2.4.tar.gz) = 74660 diff --git a/x11-toolkits/girara/files/patch-Makefile b/x11-toolkits/girara/files/patch-Makefile index f63f6bad4bfd..5675874c2076 100644 --- a/x11-toolkits/girara/files/patch-Makefile +++ b/x11-toolkits/girara/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig 2014-06-25 09:58:52 UTC +--- Makefile.orig 2015-04-13 20:49:26 UTC +++ Makefile -@@ -171,7 +171,7 @@ +@@ -245,7 +245,7 @@ install-static: static install-shared: shared $(call colorecho,INSTALL,"Install shared library") $(QUIET)mkdir -m 755 -p ${DESTDIR}${LIBDIR} -- $(QUIET)install -m 644 lib${PROJECT}.so.${SOVERSION} ${DESTDIR}${LIBDIR} -+ $(QUIET)install ${SFLAGS} -m 644 lib${PROJECT}.so.${SOVERSION} ${DESTDIR}${LIBDIR} +- $(QUIET)install -m 644 ${BUILDDIR_RELEASE}/${BINDIR}/lib${PROJECT}.so.${SOVERSION} ${DESTDIR}${LIBDIR} ++ $(QUIET)install ${SFLAGS} -m 644 ${BUILDDIR_RELEASE}/${BINDIR}/lib${PROJECT}.so.${SOVERSION} ${DESTDIR}${LIBDIR} $(QUIET)ln -sf lib${PROJECT}.so.${SOVERSION} ${DESTDIR}${LIBDIR}/lib${PROJECT}.so.${SOMAJOR} || \ echo "Failed to create lib${PROJECT}.so.${SOMAJOR}. Please check if it exists and points to the correct version of lib${PROJECT}.so." $(QUIET)ln -sf lib${PROJECT}.so.${SOVERSION} ${DESTDIR}${LIBDIR}/lib${PROJECT}.so || \ |