Skip to content

Commit

Permalink
Update to 1.2.46
Browse files Browse the repository at this point in the history
While here replace a patch by BINARY_ALIAS and a build depends on coreutils:
while previous version used to call only once install with the GNU extension -D
in the version this has spreaded a bit more. It is easier then to use directly ginstall
from coreutils than patching makefiles all over the place.
  • Loading branch information
bapt committed Dec 27, 2019
1 parent bdf9bdf commit 257eee3
Show file tree
Hide file tree
Showing 4 changed files with 449 additions and 19 deletions.
9 changes: 5 additions & 4 deletions math/gnumeric/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$

PORTNAME= gnumeric
PORTVERSION= 1.12.43
PORTREVISION= 1
PORTVERSION= 1.12.46
CATEGORIES= math gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Expand All @@ -14,7 +13,8 @@ COMMENT= GNOME spreadsheet program
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= itstool:textproc/itstool
BUILD_DEPENDS= itstool:textproc/itstool \
ginstall:sysutils/coreutils
LIB_DEPENDS= libgoffice-0.10.so:devel/goffice \
libfribidi.so:converters/fribidi \
libpsiconv.so:converters/psiconv
Expand All @@ -38,7 +38,8 @@ GLIB_SCHEMAS= org.gnome.gnumeric.dialogs.gschema.xml \

SHEBANG_FILES= plugins/perl-func/perl_func.pl

BINARY_ALIAS= python=${PYTHON_CMD}
BINARY_ALIAS= python=${PYTHON_CMD} \
install=ginstall

PLIST_SUB= VERSION=${PORTVERSION} \
GOFFICE=0.10 \
Expand Down
6 changes: 3 additions & 3 deletions math/gnumeric/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1537814017
SHA256 (gnome3/gnumeric-1.12.43.tar.xz) = 87c9abd6260cf29401fa1e0fcce374e8c7bcd1986608e4049f6037c9d32b5fd5
SIZE (gnome3/gnumeric-1.12.43.tar.xz) = 18033636
TIMESTAMP = 1577436501
SHA256 (gnome3/gnumeric-1.12.46.tar.xz) = 9fdc67377af52dfe69a7db4f533938024a75f454fc5d25ab43b8e6739be0b5e1
SIZE (gnome3/gnumeric-1.12.46.tar.xz) = 18282960
12 changes: 0 additions & 12 deletions math/gnumeric/files/patch-introspection_Makefile.in

This file was deleted.

Loading

0 comments on commit 257eee3

Please sign in to comment.