diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-04-20 05:53:18 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-04-20 05:53:18 +0800 |
commit | d66a77a1aec41dd8f0789a2550032dd58a5c46ad (patch) | |
tree | b06bf736f83e30f0b87c143c5309f4e886b65f33 /x11-toolkits | |
parent | 21562b8b4994cb86e0e10408872c529452eaddec (diff) | |
download | freebsd-ports-gnome-d66a77a1aec41dd8f0789a2550032dd58a5c46ad.tar.gz freebsd-ports-gnome-d66a77a1aec41dd8f0789a2550032dd58a5c46ad.tar.zst freebsd-ports-gnome-d66a77a1aec41dd8f0789a2550032dd58a5c46ad.zip |
Update to 0.2.6
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 | 14 |
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile index 70f4112882a9..d88d728a6f64 100644 --- a/x11-toolkits/girara/Makefile +++ b/x11-toolkits/girara/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= girara -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.6 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 6109259828b3..ac86e6f14b56 100644 --- a/x11-toolkits/girara/distinfo +++ b/x11-toolkits/girara/distinfo @@ -1,2 +1,2 @@ -SHA256 (girara-0.2.5.tar.gz) = 5cf4f2d044385b189ed8e9efcae8532db1f2d63a240a1e226f3491c996aba892 -SIZE (girara-0.2.5.tar.gz) = 75215 +SHA256 (girara-0.2.6.tar.gz) = eba69b3522b4d149e06d133de52877913275873c505993fad08b6d7884ec9a0f +SIZE (girara-0.2.6.tar.gz) = 75841 diff --git a/x11-toolkits/girara/files/patch-Makefile b/x11-toolkits/girara/files/patch-Makefile index 5675874c2076..c7506ecbab61 100644 --- a/x11-toolkits/girara/files/patch-Makefile +++ b/x11-toolkits/girara/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig 2015-04-13 20:49:26 UTC +--- Makefile.orig 2016-04-18 20:35:34 UTC +++ Makefile -@@ -245,7 +245,7 @@ install-static: static +@@ -265,7 +265,7 @@ install-static: static install-shared: shared $(call colorecho,INSTALL,"Install shared library") $(QUIET)mkdir -m 755 -p ${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 || \ +- $(QUIET)install -m 644 ${BUILDDIR_RELEASE}/${BINDIR}/${SOVERSIONFILE} ${DESTDIR}${LIBDIR} ++ $(QUIET)install ${SFLAGS} -m 644 ${BUILDDIR_RELEASE}/${BINDIR}/${SOVERSIONFILE} ${DESTDIR}${LIBDIR} + $(QUIET)ln -sf ${SOVERSIONFILE} ${DESTDIR}${LIBDIR}/${SOMAJORFILE} || \ + echo "Failed to create ${SOMAJORFILE}. Please check if it exists and points to the correct version of ${SOFILE}." + $(QUIET)ln -sf ${SOVERSIONFILE} ${DESTDIR}${LIBDIR}/${SOFILE} || \ |