diff options
author | makc <makc@FreeBSD.org> | 2013-03-21 22:43:24 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-21 22:43:24 +0800 |
commit | e1ffa6dc72379d85ea0cc9ae2e98df9f948ee69f (patch) | |
tree | 6835cf63cce00bf06d7c224b174cf4b2ee140939 /devel/geany-plugin-xmlsnippets | |
parent | a96542a99c7c44eef9f64c11ddd917a4b9cffa61 (diff) | |
download | freebsd-ports-gnome-e1ffa6dc72379d85ea0cc9ae2e98df9f948ee69f.tar.gz freebsd-ports-gnome-e1ffa6dc72379d85ea0cc9ae2e98df9f948ee69f.tar.zst freebsd-ports-gnome-e1ffa6dc72379d85ea0cc9ae2e98df9f948ee69f.zip |
- Update Geany and plugins to 1.23
- Add ports for new plugins (commander, scope) and localization forgotten
after splitting (geany-plugins-l10n). geanyGDB plugin has been removed
upstream. markdown plugin excluded from ports as it requires currently
missing port for libmarkdown.
- Patch configure script and remove build dependence on shells/bash
Diffstat (limited to 'devel/geany-plugin-xmlsnippets')
-rw-r--r-- | devel/geany-plugin-xmlsnippets/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/geany-plugin-xmlsnippets/Makefile b/devel/geany-plugin-xmlsnippets/Makefile index 1b8f1dce3e76..d87cdfb61cfe 100644 --- a/devel/geany-plugin-xmlsnippets/Makefile +++ b/devel/geany-plugin-xmlsnippets/Makefile @@ -1,13 +1,11 @@ # $FreeBSD$ -PORTNAME= geany-plugin +PORTNAME= geany-plugin-xmlsnippets PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} -GEANY_PLUGIN= xmlsnippets - .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> |