- Update to 3.1.3

- Add file pkg-message

PR:		ports/141767
Submitted by:	Anders Troback <freebsd@troback.com> (maintainer)
This commit is contained in:
Wen Heping 2009-12-28 06:54:49 +00:00
parent 9889dd0de8
commit a62fccea4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246779
4 changed files with 723 additions and 391 deletions

View File

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= gramps
PORTVERSION= 3.0.4
PORTREVISION= 3
PORTVERSION= 3.1.3
CATEGORIES= science gnome python
MASTER_SITES= SF/${PORTNAME}/Stable/${PORTVERSION}
@ -38,4 +37,7 @@ pre-everything::
@${ECHO_MSG} "to GRAMPS XML file format as gedcom if you have not"
@${ECHO_MSG} "already have done so."
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (gramps-3.0.4.tar.gz) = 7d27020f391ba333b8a9bd490e5bf56e
SHA256 (gramps-3.0.4.tar.gz) = cca1262bb4e15fd018342c49bbe07a1cac96b1307bffdff10c34f3c1518fd792
SIZE (gramps-3.0.4.tar.gz) = 5830725
MD5 (gramps-3.1.3.tar.gz) = e2af82f39aa1b7691e0930c1b0d662e0
SHA256 (gramps-3.1.3.tar.gz) = 222904836d7e947dd42c89ad32161c139e1c01a5ce069b42ded193dad3cf26cc
SIZE (gramps-3.1.3.tar.gz) = 7136101

View File

@ -0,0 +1,16 @@
====
GRAMPS needs py-bsddb to be compiled with:
WITH_BERKELEYDB=db43
WITH_BDB_VER=43
You can do like this to make that happen:
echo "WITH_BERKELEYDB=db43" >> /etc/make.conf
echo "WITH_BDB_VER=43" >> /etc/make.conf
cd /usr/ports/databases/py-bsddb
make clean all deinstall reinstall clean
====

File diff suppressed because it is too large Load Diff