diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-01-08 01:44:39 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-01-08 01:44:39 +0800 |
commit | e7a6b123500cce87d1f0fd93ef81534ba5c8d898 (patch) | |
tree | c3f6a4583e7303efbf86d9750bd2237db3866350 /editors/codelite | |
parent | ddbdcc3ec5598c453f539f77666350d11c6d4d33 (diff) | |
download | freebsd-ports-gnome-e7a6b123500cce87d1f0fd93ef81534ba5c8d898.tar.gz freebsd-ports-gnome-e7a6b123500cce87d1f0fd93ef81534ba5c8d898.tar.zst freebsd-ports-gnome-e7a6b123500cce87d1f0fd93ef81534ba5c8d898.zip |
- Update to 2.1.0.3584
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 6 | ||||
-rw-r--r-- | editors/codelite/distinfo | 6 | ||||
-rw-r--r-- | editors/codelite/pkg-plist | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index f779390aefd8..01004ba8a077 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= codelite -DISTVERSION= 2.0.${SVN_REVISION} +DISTVERSION= 2.1.0.${SVN_REVISION} CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/Releases/${PORTNAME}-${PORTVERSION} @@ -25,9 +25,7 @@ HAS_CONFIGURE= yes .include <bsd.port.pre.mk> -ONLY_FOR_ARCHS= i386 amd64 sparc64 - -SVN_REVISION= 3365 +SVN_REVISION= 3584 .if defined(WITH_CSCOPE) RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope diff --git a/editors/codelite/distinfo b/editors/codelite/distinfo index 5f288e055e36..4755a0b0aa4c 100644 --- a/editors/codelite/distinfo +++ b/editors/codelite/distinfo @@ -1,3 +1,3 @@ -MD5 (codelite-2.0.3365.tar.gz) = e872665a80d120de95ebd6a97177021e -SHA256 (codelite-2.0.3365.tar.gz) = 2a78d613ea98ea83a561a06721ab4e7a8496ed57c592c3aa2d684322e0c20449 -SIZE (codelite-2.0.3365.tar.gz) = 6695128 +MD5 (codelite-2.1.0.3584.tar.gz) = f7841f1f2e1c317cd10883efd11af48a +SHA256 (codelite-2.1.0.3584.tar.gz) = c9ad7acb0f372161abf4148e10e9f9565146407ac05a4341faf119cfac75860f +SIZE (codelite-2.1.0.3584.tar.gz) = 5966146 diff --git a/editors/codelite/pkg-plist b/editors/codelite/pkg-plist index 4f4bc3611c2a..d68710f34418 100644 --- a/editors/codelite/pkg-plist +++ b/editors/codelite/pkg-plist @@ -57,7 +57,7 @@ bin/codelite_kill_children %%DATADIR%%/plugins/Gizmos.so %%DATADIR%%/plugins/QmakePlugin.so %%DATADIR%%/plugins/SnipWiz.so -%%DATADIR%%/plugins/Subversion.so +%%DATADIR%%/plugins/Subversion2.so %%DATADIR%%/plugins/UnitTestCPP.so %%DATADIR%%/plugins/abbreviation.so %%DATADIR%%/plugins/cscope.so |