mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Update to 0.8.3
PR: ports/79489 Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
This commit is contained in:
parent
1296bd805b
commit
24b218a95c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132847
6 changed files with 6 additions and 28 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= lineak_defaultplugin
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.8.3
|
||||
CATEGORIES= sysutils deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= lineak
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (lineak/lineak_defaultplugin-0.8.2.tar.gz) = 377588e882739cdaa7135a2151ac94a3
|
||||
SIZE (lineak/lineak_defaultplugin-0.8.2.tar.gz) = 730901
|
||||
MD5 (lineak/lineak_defaultplugin-0.8.3.tar.gz) = ad3cf3664beb1a5d310f60c86088409b
|
||||
SIZE (lineak/lineak_defaultplugin-0.8.3.tar.gz) = 734986
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- default_plugin/mdloader.cpp.orig Tue Feb 15 18:31:13 2005
|
||||
+++ default_plugin/mdloader.cpp Tue Feb 15 18:31:41 2005
|
||||
@@ -109,7 +109,7 @@
|
||||
// Handle empty lines.
|
||||
loc = tmp.find('=');
|
||||
// empty line
|
||||
- if (loc == string::npos)
|
||||
+ if (loc == (unsigned int)string::npos)
|
||||
continue;
|
||||
|
||||
// key == the name of the key.
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= lineak_defaultplugin
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.8.3
|
||||
CATEGORIES= sysutils deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= lineak
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (lineak/lineak_defaultplugin-0.8.2.tar.gz) = 377588e882739cdaa7135a2151ac94a3
|
||||
SIZE (lineak/lineak_defaultplugin-0.8.2.tar.gz) = 730901
|
||||
MD5 (lineak/lineak_defaultplugin-0.8.3.tar.gz) = ad3cf3664beb1a5d310f60c86088409b
|
||||
SIZE (lineak/lineak_defaultplugin-0.8.3.tar.gz) = 734986
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- default_plugin/mdloader.cpp.orig Tue Feb 15 18:31:13 2005
|
||||
+++ default_plugin/mdloader.cpp Tue Feb 15 18:31:41 2005
|
||||
@@ -109,7 +109,7 @@
|
||||
// Handle empty lines.
|
||||
loc = tmp.find('=');
|
||||
// empty line
|
||||
- if (loc == string::npos)
|
||||
+ if (loc == (unsigned int)string::npos)
|
||||
continue;
|
||||
|
||||
// key == the name of the key.
|
Loading…
Add table
Reference in a new issue