Simple version update submitted by user:

On 11/30 05:08, remi.poin...@xiri.fr wrote:
> Hi,
> 
> I seen a new version for scintilla and scite : 2.22
> 
> "make port-lib-depends-check" indicates few libs in extra, but I didn't remove
> these, I prefer to have your validation.

According to ldd /usr/local/bin/SciTE, those libraries are
used, so I'm not sure why port-lib-depends-check isn't
picking them up.

> I didn't add spaces around variables for readable diff.
> 
> Are the 2 diff OK ?

Tested on amd64.  Looking for OKs.

Jeremy

Index: scintilla/Makefile
===================================================================
RCS file: /cvs/ports/editors/scintilla/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- scintilla/Makefile  15 Nov 2010 23:22:07 -0000      1.13
+++ scintilla/Makefile  30 Nov 2010 17:11:35 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       source code editing component for GTK+
 
-VERSION=       2.21
+VERSION=       2.22
 DISTNAME=      scintilla${VERSION:S/.//}
 PKGNAME=       scintilla-${VERSION}
 CATEGORIES=    editors x11
Index: scintilla/distinfo
===================================================================
RCS file: /cvs/ports/editors/scintilla/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- scintilla/distinfo  3 Oct 2010 18:09:01 -0000       1.7
+++ scintilla/distinfo  30 Nov 2010 17:11:35 -0000
@@ -1,5 +1,5 @@
-MD5 (scintilla221.tgz) = l8h5/AgjR+jHY2tOZZ35Sw==
-RMD160 (scintilla221.tgz) = bwGEWdn+Xfjxwq/YdNe7g3Ym/PU=
-SHA1 (scintilla221.tgz) = t5ELBeQ4ZoiZXvVw0kDYgEickVU=
-SHA256 (scintilla221.tgz) = A1wKtWrFSgwvnUX27vIXb3V6nPn/o2KakkCnQC1LUQg=
-SIZE (scintilla221.tgz) = 999005
+MD5 (scintilla222.tgz) = B/NBPxNOraEXAedpWnPXZw==
+RMD160 (scintilla222.tgz) = XZSke3JlGxTjiHDq1ogHRI8iMa8=
+SHA1 (scintilla222.tgz) = YkwZPdRKGB4q5pXIr0bAdDJ/Vgk=
+SHA256 (scintilla222.tgz) = XPKT/GdVwZoHmKlsZc+0ltyFD4mnRMjA08nOqem9DRg=
+SIZE (scintilla222.tgz) = 1009848
Index: scite/Makefile
===================================================================
RCS file: /cvs/ports/editors/scite/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- scite/Makefile      15 Nov 2010 23:22:07 -0000      1.18
+++ scite/Makefile      30 Nov 2010 17:11:59 -0000
@@ -2,10 +2,9 @@
 
 COMMENT=               flexible and small GTK+ editor
 
-VERSION=               2.21
+VERSION=               2.22
 DISTNAME=              scite${VERSION:S/.//}
 PKGNAME=               scite-${VERSION}
-REVISION=              0
 CATEGORIES=            editors x11
 
 HOMEPAGE=              http://www.scintilla.org/SciTE.html
Index: scite/distinfo
===================================================================
RCS file: /cvs/ports/editors/scite/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- scite/distinfo      3 Oct 2010 18:09:01 -0000       1.7
+++ scite/distinfo      30 Nov 2010 17:11:59 -0000
@@ -1,5 +1,5 @@
-MD5 (scite221.tgz) = ayka+nC9/9k/eM32AhueSA==
-RMD160 (scite221.tgz) = lik0kx9LXoISoTRLbLlJTgxo1gw=
-SHA1 (scite221.tgz) = WAiHswjguExvcJr/qXJXLtqldh8=
-SHA256 (scite221.tgz) = uoZSG+PqsctVVy1bcX5HF6PuxW742dYsDc3e0jnpz6c=
-SIZE (scite221.tgz) = 1920326
+MD5 (scite222.tgz) = +MxSD+LZ//hZiQduK4tznA==
+RMD160 (scite222.tgz) = gSsb52qi6yTsXmei2mT0zt9FBnM=
+SHA1 (scite222.tgz) = CbH8L2k8GTT5AodnG6Xw6bQlhiA=
+SHA256 (scite222.tgz) = lbkEMYQUxZEKHhyMDGMbdhVj24PMdc1akkTaFWtZKo4=
+SIZE (scite222.tgz) = 1816710

Reply via email to