svn commit: r562480 - in branches/2021Q1/textproc/enchant2: . files

Dima Panov fluffy at FreeBSD.org
Sun Jan 24 15:09:28 UTC 2021


Author: fluffy
Date: Sun Jan 24 15:09:27 2021
New Revision: 562480
URL: https://svnweb.freebsd.org/changeset/ports/562480

Log:
  MFH: r562479
  
  textproc/enchant2: update to 2.2.15 release
  
  Changelog:	https://github.com/AbiWord/enchant/blob/master/NEWS
  
  With hat:	desktop
  
  OB

Deleted:
  branches/2021Q1/textproc/enchant2/files/
Modified:
  branches/2021Q1/textproc/enchant2/Makefile
  branches/2021Q1/textproc/enchant2/distinfo
  branches/2021Q1/textproc/enchant2/pkg-plist
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/textproc/enchant2/Makefile
==============================================================================
--- branches/2021Q1/textproc/enchant2/Makefile	Sun Jan 24 15:07:50 2021	(r562479)
+++ branches/2021Q1/textproc/enchant2/Makefile	Sun Jan 24 15:09:27 2021	(r562480)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	enchant
-PORTVERSION=	2.2.3
-PORTREVISION=	4
+PORTVERSION=	2.2.15
 CATEGORIES=	textproc gnome
 MASTER_SITES=	https://github.com/AbiWord/enchant/releases/download/v${PORTVERSION}/
 PKGNAMESUFFIX=	2
@@ -47,6 +46,8 @@ HUNSPELL_CONFIGURE_ON=	--with-hunspell-dir=${LOCALBASE
 ZEMBEREK_LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 			libdbus-glib-1.so:devel/dbus-glib
 ZEMBEREK_CONFIGURE_WITH=	zemberek
+
+PLIST_SUB+=	LIBVERSION="${PORTVERSION}"
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \

Modified: branches/2021Q1/textproc/enchant2/distinfo
==============================================================================
--- branches/2021Q1/textproc/enchant2/distinfo	Sun Jan 24 15:07:50 2021	(r562479)
+++ branches/2021Q1/textproc/enchant2/distinfo	Sun Jan 24 15:09:27 2021	(r562480)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522593522
-SHA256 (enchant-2.2.3.tar.gz) = abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d
-SIZE (enchant-2.2.3.tar.gz) = 957451
+TIMESTAMP = 1611495305
+SHA256 (enchant-2.2.15.tar.gz) = 3b0f2215578115f28e2a6aa549b35128600394304bd79d6f28b0d3b3d6f46c03
+SIZE (enchant-2.2.15.tar.gz) = 990693

Modified: branches/2021Q1/textproc/enchant2/pkg-plist
==============================================================================
--- branches/2021Q1/textproc/enchant2/pkg-plist	Sun Jan 24 15:07:50 2021	(r562479)
+++ branches/2021Q1/textproc/enchant2/pkg-plist	Sun Jan 24 15:09:27 2021	(r562480)
@@ -14,7 +14,7 @@ include/enchant-2/enchant.h
 lib/libenchant-2.a
 lib/libenchant-2.so
 lib/libenchant-2.so.2
-lib/libenchant-2.so.2.2.3
+lib/libenchant-2.so.%%LIBVERSION%%
 libdata/pkgconfig/enchant-2.pc
 man/man1/enchant-2.1.gz
 man/man1/enchant-lsmod-2.1.gz


More information about the svn-ports-branches mailing list