diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-20 17:40:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-20 17:40:10 +0800 |
commit | eca8d747b6abcaea61a24bfe7f0e692623580c1a (patch) | |
tree | c329e47cded95fad07ec90d4a8a00ae56a5d6380 /multimedia | |
parent | 08470d5faf3b2be601ce6ea60b0bab21883deeea (diff) | |
download | freebsd-ports-gnome-eca8d747b6abcaea61a24bfe7f0e692623580c1a.tar.gz freebsd-ports-gnome-eca8d747b6abcaea61a24bfe7f0e692623580c1a.tar.zst freebsd-ports-gnome-eca8d747b6abcaea61a24bfe7f0e692623580c1a.zip |
- Update to 1.0.4
PR: 139771
Submitted by: Ports Fury
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lives/Makefile | 4 | ||||
-rw-r--r-- | multimedia/lives/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index a1d6a72d2a8f..bd110e811d23 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lives -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= multimedia MASTER_SITES= http://www.xs4all.nl/~salsaman/lives/current/ DISTNAME= LiVES-${PORTVERSION} @@ -87,6 +87,8 @@ post-patch: .endfor @${REINPLACE_CMD} -e 's|/usr/lib/|${LOCALBASE}/lib/|g' \ ${WRKSRC}/lives-plugins/weed-plugins/frei0r.c + @${REINPLACE_CMD} -e '/weed_plant_free/d' \ + ${WRKSRC}/lives-plugins/weed-plugins/libvis.c @${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e \ '/FLAGS/s|-O3||g ; \ diff --git a/multimedia/lives/distinfo b/multimedia/lives/distinfo index 0d7d4b8d7830..07204915159e 100644 --- a/multimedia/lives/distinfo +++ b/multimedia/lives/distinfo @@ -1,3 +1,3 @@ -MD5 (LiVES-1.0.3.tar.bz2) = ba5f236cae66491987e5d14d8d9cb85e -SHA256 (LiVES-1.0.3.tar.bz2) = 1330956a14c56866308bd7b86e6230d6625499d57a1e04653131fb023094992c -SIZE (LiVES-1.0.3.tar.bz2) = 2845745 +MD5 (LiVES-1.0.4.tar.bz2) = 496c64fd75ca16e5dcc247a48ec7843d +SHA256 (LiVES-1.0.4.tar.bz2) = 0f863b2d269a306c01fc205ea9b89bb40b3adb7e468913929aaa68fe92b1129f +SIZE (LiVES-1.0.4.tar.bz2) = 2843436 |