diff options
author | David Naylor <dbn@FreeBSD.org> | 2016-09-06 06:16:04 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2016-09-06 06:16:04 +0000 |
commit | b65a927004fa05a29e49f1fab3e2ce8e8ee98348 (patch) | |
tree | b85152a22b726062b704d748b56a725b80edb57f /devel/eric6/Makefile.inc | |
parent | 2b6f87476637020a9c8d28df033fd76dba4dea1d (diff) |
devel/eric6: update to 6.1.9
ChangeLog:
- bug fixes
Notes
Notes:
svn path=/head/; revision=421405
Diffstat (limited to 'devel/eric6/Makefile.inc')
-rw-r--r-- | devel/eric6/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/eric6/Makefile.inc b/devel/eric6/Makefile.inc index cbc425ce9c27..95051b78ce78 100644 --- a/devel/eric6/Makefile.inc +++ b/devel/eric6/Makefile.inc @@ -6,7 +6,7 @@ # french/eric6, german/eric6, russian/eric6 PORTNAME= eric6 -PORTVERSION= 6.1.8 +PORTVERSION= 6.1.9 MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION} DISTNAME?= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |