- Update to 2.2.6
- Pass maintainership to submitter PR: ports/109597 Submitted by: Anders Troback <freebsd at troback.com>
This commit is contained in:
parent
584687adff
commit
462e686ebe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186239
3 changed files with 1989 additions and 708 deletions
|
@ -7,13 +7,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= gramps
|
||||
PORTVERSION= 2.0.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2.6
|
||||
CATEGORIES= science gnome python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gramps
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
MAINTAINER= freebsd@troback.com
|
||||
COMMENT= A GTK/GNOME-based genealogy program written in Python
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \
|
||||
|
@ -23,7 +22,7 @@ USE_XLIB= yes
|
|||
USE_PYTHON= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnomeprefix pygnome2 desktopfileutils
|
||||
USE_GNOME= gnomehack pygnome2 pygnomeextras desktopfileutils gnomedocutils
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -31,26 +30,7 @@ INSTALLS_ICONS= yes
|
|||
MAN1= gramps.1
|
||||
GCONF_SCHEMAS= gramps.schemas
|
||||
|
||||
post-patch:
|
||||
.for l in C fr sk
|
||||
@${REINPLACE_CMD} -e 's|/@PACKAGE@/gnome||' \
|
||||
${WRKSRC}/doc/gramps-manual/${l}/Makefile.in
|
||||
.endfor
|
||||
@${REINPLACE_CMD} -e 's|share/gramps|share/gnome|' \
|
||||
${WRKSRC}/src/gramps_main.py
|
||||
@${REINPLACE_CMD} -e 's|share/gramps|share/gnome/gramps|' \
|
||||
${WRKSRC}/src/Makefile.in \
|
||||
${WRKSRC}/src/docgen/Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|share/application-registry|share/gnome/application-registry|; \
|
||||
s|share/applications|share/gnome/applications|; \
|
||||
s|share/mime-info|share/gnome/mime-info|' \
|
||||
${WRKSRC}/src/data/Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|gramps\.png|${PREFIX}/share/gnome/gramps/gramps.png|' \
|
||||
${WRKSRC}/src/data/gramps.desktop
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/share/gramps|${PREFIX}/share/gnome/gramps|' \
|
||||
${WRKSRC}/src/data/gramps.keys
|
||||
USE_BDB= 42+
|
||||
INVALID_BDB_VER= 2 3 40 41
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gramps-2.0.11.tar.gz) = 650873c3c571a921a9c42b975ced2105
|
||||
SHA256 (gramps-2.0.11.tar.gz) = f1406ebd973ae203ede85df38d09dbade467707d23fbd22aeae537c51f38940d
|
||||
SIZE (gramps-2.0.11.tar.gz) = 5146468
|
||||
MD5 (gramps-2.2.6.tar.gz) = 28183906831710fd0028d6b0f4c736c0
|
||||
SHA256 (gramps-2.2.6.tar.gz) = cecb403795a8e8e48c856689c7ad34b5acf10afd08a8288ad4ec21f1908d2eeb
|
||||
SIZE (gramps-2.2.6.tar.gz) = 14155647
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue