diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-02 10:54:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-02 10:54:30 +0000 |
commit | 12eaa77c7beb9a9382d2ef8c1d25f896eb9bc6af (patch) | |
tree | ebc77a18ecf15acb92392fa545e3a998ae326966 /multimedia/lives | |
parent | efdbe3e794269c6578bfb6d39beba55645c8378d (diff) | |
download | ports-12eaa77c7beb9a9382d2ef8c1d25f896eb9bc6af.tar.gz ports-12eaa77c7beb9a9382d2ef8c1d25f896eb9bc6af.zip |
Notes
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 |