diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-02 18:54:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-02 18:54:30 +0800 |
commit | 3a06c66a1d5832f01a39b988ef8f460855d58eae (patch) | |
tree | 7cba3ff2a14531d8558f2405b40a0c7e20c815b4 /multimedia/lives | |
parent | e00522083258d87690e23175779a7ccbdc0e6227 (diff) | |
download | freebsd-ports-gnome-3a06c66a1d5832f01a39b988ef8f460855d58eae.tar.gz freebsd-ports-gnome-3a06c66a1d5832f01a39b988ef8f460855d58eae.tar.zst freebsd-ports-gnome-3a06c66a1d5832f01a39b988ef8f460855d58eae.zip |
- Update to 1.0.5
PR: 140121
Submitted by: Ports Fury
Diffstat (limited to 'multimedia/lives')
-rw-r--r-- | multimedia/lives/Makefile | 6 | ||||
-rw-r--r-- | multimedia/lives/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index bd110e811d23..b6f389e8e331 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lives -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= multimedia MASTER_SITES= http://www.xs4all.nl/~salsaman/lives/current/ DISTNAME= LiVES-${PORTVERSION} @@ -85,10 +85,8 @@ post-patch: @${REINPLACE_CMD} -e 's|off64_t|off_t|g ; \ s|lseek64|lseek|g' ${WRKSRC}/${file} .endfor - @${REINPLACE_CMD} -e 's|/usr/lib/|${LOCALBASE}/lib/|g' \ + @${REINPLACE_CMD} -e 's|/usr/local/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 07204915159e..af268b424d11 100644 --- a/multimedia/lives/distinfo +++ b/multimedia/lives/distinfo @@ -1,3 +1,3 @@ -MD5 (LiVES-1.0.4.tar.bz2) = 496c64fd75ca16e5dcc247a48ec7843d -SHA256 (LiVES-1.0.4.tar.bz2) = 0f863b2d269a306c01fc205ea9b89bb40b3adb7e468913929aaa68fe92b1129f -SIZE (LiVES-1.0.4.tar.bz2) = 2843436 +MD5 (LiVES-1.0.5.tar.bz2) = 7b7dd03e98bbd11db463790cae0cabdb +SHA256 (LiVES-1.0.5.tar.bz2) = 3d992ee639d911681b993454e7503dd0d4556ba662c09d57f6ac192dc50cac23 +SIZE (LiVES-1.0.5.tar.bz2) = 2843709 |