update to version 1.40, remove do-build and do-install targets as
upstream accepted my patches to remove the auto-stuff in favour of a simple makefile; additionally it's compatible with postgresql-8.4
This commit is contained in:
parent
1b10dcfb9e
commit
19ead65b79
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/08/23 16:33:40 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/07/14 08:42:34 simon Exp $
|
||||
|
||||
COMMENT = documentation generator for postgresql databases
|
||||
|
||||
DISTNAME = postgresql_autodoc-1.31
|
||||
DISTNAME = postgresql_autodoc-1.40
|
||||
CATEGORIES = databases
|
||||
|
||||
HOMEPAGE = http://www.rbt.ca/autodoc/
|
||||
@ -25,14 +25,4 @@ WRKDIST = ${WRKDIR}/postgresql_autodoc
|
||||
PKG_ARCH = *
|
||||
NO_REGRESS = Yes
|
||||
|
||||
do-build:
|
||||
sed -e 's,@@TEMPLATE-DIR@@,${LOCALBASE}/share/postgresql_autodoc,' \
|
||||
-e 's,/usr/bin/env perl,/usr/bin/perl,' \
|
||||
${WRKSRC}/postgresql_autodoc.pl > ${WRKSRC}/postgresql_autodoc
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/postgresql_autodoc ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/postgresql_autodoc
|
||||
${INSTALL_DATA} ${WRKSRC}/*.tmpl ${PREFIX}/share/postgresql_autodoc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (postgresql_autodoc-1.31.tar.gz) = Dbthz4t42nrp0SIh96FNJw==
|
||||
RMD160 (postgresql_autodoc-1.31.tar.gz) = fHs6YMeazeU/qOtULU1DVCMyQAI=
|
||||
SHA1 (postgresql_autodoc-1.31.tar.gz) = L529c1k85xIp/K9y1eacGLiBIRc=
|
||||
SHA256 (postgresql_autodoc-1.31.tar.gz) = amg6MhKOlVPx1ffmf5NOFIwdW/gEHVgHaVc5plRYHls=
|
||||
SIZE (postgresql_autodoc-1.31.tar.gz) = 48998
|
||||
MD5 (postgresql_autodoc-1.40.tar.gz) = aMkeyUBRtF/rTtgBaYxBSQ==
|
||||
RMD160 (postgresql_autodoc-1.40.tar.gz) = X7DoNI34mxOUmpvWW4Kz4pMyipo=
|
||||
SHA1 (postgresql_autodoc-1.40.tar.gz) = dTsaMKMlvC6eM2ET7BFqfVN0bd0=
|
||||
SHA256 (postgresql_autodoc-1.40.tar.gz) = 8Yh3+eCsccSuHQxqG0xz55Z1SVYCRqLIZ3PHiOxBOhU=
|
||||
SIZE (postgresql_autodoc-1.40.tar.gz) = 26075
|
||||
|
Loading…
Reference in New Issue
Block a user