diff options
author | pav <pav@FreeBSD.org> | 2010-09-02 21:14:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-09-02 21:14:00 +0800 |
commit | 869ba83d6b6fa3c32642d85665c67b7254f4e507 (patch) | |
tree | b2a5a7056af583fc91d07775e0a07a7b24adde37 | |
parent | e1e166079e76ab8f0f041891371bddb1f63afbb7 (diff) | |
download | freebsd-ports-gnome-869ba83d6b6fa3c32642d85665c67b7254f4e507.tar.gz freebsd-ports-gnome-869ba83d6b6fa3c32642d85665c67b7254f4e507.tar.zst freebsd-ports-gnome-869ba83d6b6fa3c32642d85665c67b7254f4e507.zip |
- Update to 0.0.8.1
PR: ports/150077
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: Quentin Stievenart <acieroid@awesom.eu> (maintainer)
-rw-r--r-- | graphics/zathura/Makefile | 9 | ||||
-rw-r--r-- | graphics/zathura/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 4e08a176d93f..3518c0338d92 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -6,9 +6,9 @@ # PORTNAME= zathura -PORTVERSION= 0.0.7 +PORTVERSION= 0.0.8.1 CATEGORIES= graphics print -MASTER_SITES= http://pwmt.org/zathura/download/ +MASTER_SITES= http://pwmt.org/attachments/download/10/ MAINTAINER= acieroid@awesom.eu COMMENT= Customizable lightweight pdf viewer @@ -24,14 +24,15 @@ PLIST_FILES= bin/zathura post-patch: .SILENT ${REINPLACE_CMD} -e 's|man1|man/man1|g' \ - -e '/CC/s/-s[[:space:]]/${STRIP} /' \ + -e '/CC/s/$${SFLAGS}/${STRIP} /' \ -e '/CFLAGS/!s/$${LDFLAGS}/$${CFLAGS} &/' \ -e 's/{DFLAGS/{DEBUG_FLAGS/g' \ -e 's/755/${BINMODE}/' \ -e 's/644/${MANMODE}/' \ -e '/echo[[:space:]]CC/d' \ - -e '/echo/!s/@//' \ + -e '/echo/!s/^\([[:space:]]*\)@/\1/' \ -e '/^all:/s/options//' \ + -e 's/cp[[:space:]]$$</cp $$>/' \ -e 's/\(include\)[[:space:]]\(.*\)/.\1 "\2"/' \ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ diff --git a/graphics/zathura/distinfo b/graphics/zathura/distinfo index 8688b210b3e2..92e83c456e6d 100644 --- a/graphics/zathura/distinfo +++ b/graphics/zathura/distinfo @@ -1,3 +1,3 @@ -MD5 (zathura-0.0.7.tar.gz) = 32164bd2a6e154ee0191ca7e3585f008 -SHA256 (zathura-0.0.7.tar.gz) = 8834659633210f6cdf13b62b3b6dac83e6cace41084a6ec8b7124706e783b8bb -SIZE (zathura-0.0.7.tar.gz) = 30462 +MD5 (zathura-0.0.8.1.tar.gz) = 67351e5ab66cfdda9a71c9ce6c47a970 +SHA256 (zathura-0.0.8.1.tar.gz) = 33c5e4344dbecbbcfdba0041ffa68b889a22eafe6ee9c45e390c0e0389e8cfad +SIZE (zathura-0.0.8.1.tar.gz) = 31833 |