diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-27 04:33:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-27 04:33:10 +0800 |
commit | a4f9eb2fa46ec15b12f57a89604c4220a6eee819 (patch) | |
tree | b4db7e31211be5d392e8fe6bc59736232dc3deee /editors/scite/Makefile | |
parent | d67164121b1c9a1075d5f75fd94cc1f389cc1b02 (diff) | |
download | freebsd-ports-gnome-a4f9eb2fa46ec15b12f57a89604c4220a6eee819.tar.gz freebsd-ports-gnome-a4f9eb2fa46ec15b12f57a89604c4220a6eee819.tar.zst freebsd-ports-gnome-a4f9eb2fa46ec15b12f57a89604c4220a6eee819.zip |
- Update to 2.01
- Fix MASTER_SITES
PR: 138016
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Diffstat (limited to 'editors/scite/Makefile')
-rw-r--r-- | editors/scite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index a7ec21773891..3d155483137c 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,9 +6,9 @@ # PORTNAME= scite -PORTVERSION= 2.00 +PORTVERSION= 2.01 CATEGORIES= editors gnome -MASTER_SITES= SFP/scintilla/SciTE/${PORTVERSION} +MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz |