diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 08:42:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 08:42:20 +0000 |
commit | 70781a2b774c035c4b99a71c43bf96c52dc306ac (patch) | |
tree | f42162bddafc1e913aabdf2b2980b8e5aa763465 /www/ljdump | |
parent | e3f15995883d9db72c34903c4383492458ba7126 (diff) | |
download | ports-70781a2b774c035c4b99a71c43bf96c52dc306ac.tar.gz ports-70781a2b774c035c4b99a71c43bf96c52dc306ac.zip |
Notes
Diffstat (limited to 'www/ljdump')
-rw-r--r-- | www/ljdump/Makefile | 7 | ||||
-rw-r--r-- | www/ljdump/files/patch-ljdump.py | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/ljdump/Makefile b/www/ljdump/Makefile index d9a191f16f68..e5f3fe5603b6 100644 --- a/www/ljdump/Makefile +++ b/www/ljdump/Makefile @@ -3,16 +3,21 @@ PORTNAME= ljdump PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://hewgill.com/ljdump/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to download LiveJournal entries and comments +LICENSE= ZLIB + PORTSCOUT= skipv:1.5.1 # 1.5.1 is identical to 1.5 + our patches +USES= python:run shebangfix +SHEBANG_FILES= ljdump.py NO_BUILD= yes -USES= python:run +NO_ARCH= yes PLIST_FILES= bin/ljdump etc/ljdump.config.sample diff --git a/www/ljdump/files/patch-ljdump.py b/www/ljdump/files/patch-ljdump.py index 6d182146d2fc..c57176fe31f9 100644 --- a/www/ljdump/files/patch-ljdump.py +++ b/www/ljdump/files/patch-ljdump.py @@ -1,11 +1,5 @@ --- ljdump.py.orig +++ ljdump.py -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!%%LOCALBASE%%/bin/python - # - # ljdump.py - livejournal archiver - # Greg Hewgill <greg@hewgill.com> http://hewgill.com @@ -24,7 +24,7 @@ # # Copyright (c) 2005-2009 Greg Hewgill |