diff options
author | taca <taca@pkgsrc.org> | 2015-03-01 15:38:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-01 15:38:47 +0000 |
commit | f7b129c09fd6b75862dc61460a65abcb3e81d923 (patch) | |
tree | ed59eb7af2829fd06648be3b10565c9aab6da13b /www | |
parent | 5c52e0e40d1e82de3e33ef81ecece295c588d6e8 (diff) | |
download | pkgsrc-f7b129c09fd6b75862dc61460a65abcb3e81d923.tar.gz |
* Add pkg_alternatives support.
* Comment out HOMEPAGE which has gone. (It's time to remove this pacahge?)
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/thoth/ALTERNATIVES | 1 | ||||
-rw-r--r-- | www/thoth/Makefile | 8 | ||||
-rw-r--r-- | www/thoth/PLIST | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/www/thoth/ALTERNATIVES b/www/thoth/ALTERNATIVES new file mode 100644 index 00000000000..ec2ca96a015 --- /dev/null +++ b/www/thoth/ALTERNATIVES @@ -0,0 +1 @@ +bin/thoth @PREFIX@/bin/thoth@RUBY_SUFFIX@ diff --git a/www/thoth/Makefile b/www/thoth/Makefile index 8cefe3a5a37..074f9c537d7 100644 --- a/www/thoth/Makefile +++ b/www/thoth/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2013/02/11 04:58:17 taca Exp $ +# $NetBSD: Makefile,v 1.11 2015/03/01 15:38:47 taca Exp $ DISTNAME= thoth-0.2.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://thothblog.org/ +HOMEPAGE= # Web site has gone: http://thothblog.org/ COMMENT= Minimalistic blog engine LICENSE= modified-bsd @@ -20,7 +20,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.0.3:../../textproc/ruby-redcloth DEPENDS+= ${RUBY_PKGPREFIX}-sequel>=2.5.0:../../databases/ruby-sequel DEPENDS+= ${RUBY_PKGPREFIX}-thin>=0.8.2:../../www/thin -CONFLICTS+= ruby[1-9][0-9]-thoth-[0-9]* thoth-[0-9]* +RUBYGEM_OPTIONS+= --format-executable OVERRIDE_GEMSPEC+= \ builder>=2.1.2 configuration>=0.0.5 json-pure>=1.1.3 redcloth>=4.0.3 \ diff --git a/www/thoth/PLIST b/www/thoth/PLIST index baa429219b6..2c67526f240 100644 --- a/www/thoth/PLIST +++ b/www/thoth/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2010/09/10 13:25:11 taca Exp $ -bin/thoth +@comment $NetBSD: PLIST,v 1.4 2015/03/01 15:38:47 taca Exp $ +bin/thoth${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/bin/thoth |