Bug 171846 - devel/geany: update to 1.22
Summary: devel/geany: update to 1.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-21 11:20 UTC by Max Brazhnikov
Modified: 2012-10-06 19:23 UTC (History)
0 users

See Also:


Attachments
file.diff (4.18 KB, patch)
2012-09-21 11:20 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2012-09-21 11:20:00 UTC
Update to 1.22
Convert to new options framework
Take maintainership

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-21 11:20:09 UTC
Maintainer of devel/geany,

Please note that PR ports/171846 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171846

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-21 11:20:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-21 22:25:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

my PR.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-10-06 19:11:16 UTC
Author: makc
Date: Sat Oct  6 18:10:53 2012
New Revision: 305392
URL: http://svn.freebsd.org/changeset/ports/305392

Log:
  - Update to 1.22
  - Convert to new options framework
  - Mark MAKE_JOBS_SAFE
  - Take maintainership
  
  PR:		ports/171846,
  		ports/172152 [1]
  Submitted by:	Eric Turgeon <ericturgeon.bsd at gmail.com> [1]
  Approved by:	maintainer timeouts (2 weeks for ports/171846)

Modified:
  head/devel/geany/Makefile   (contents, props changed)
  head/devel/geany/distinfo   (contents, props changed)
  head/devel/geany/pkg-plist   (contents, props changed)

Modified: head/devel/geany/Makefile
==============================================================================
--- head/devel/geany/Makefile	Sat Oct  6 17:45:13 2012	(r305391)
+++ head/devel/geany/Makefile	Sat Oct  6 18:10:53 2012	(r305392)
@@ -1,18 +1,13 @@
-# New ports collection Makefile for:	geany
-# Date Created:				15 Jan 06
-# Whom:					Remington Lang <MrL0Lz@gmail.com>
-#
+# Created by: Remington Lang <MrL0Lz@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	geany
-PORTVERSION=	0.21
-PORTREVISION=	1
+PORTVERSION=	1.22
 CATEGORIES=	devel editors
 MASTER_SITES=	http://download.geany.org/ SF
 
-MAINTAINER=	ar@null.lv
-COMMENT=	A fast and lightweight GTK+ IDE
+MAINTAINER=	makc@FreeBSD.org
+COMMENT=	Fast and lightweight GTK+ IDE
 
 LICENSE=	GPLv2
 
@@ -21,17 +16,20 @@ INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack gtk20
+USE_PKGCONFIG=	build
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_JOBS_SAFE=	yes
 
-OPTIONS=	VTE	"Enable Virtual Terminal Emulation support"	on \
-		NLS	"Enable Native Language support"		on
+OPTIONS_DEFINE=	VTE NLS
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
+VTE_DESC=	Embedded virtual terminal
 
 MAN1=		geany.1
 
 .include <bsd.port.options.mk>
 
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=	yes
 PLIST_SUB+=	NLS=""
 .else
@@ -39,7 +37,7 @@ CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .endif
 
-.if !defined(WITHOUT_VTE)
+.if ${PORT_OPTIONS:MVTE}
 USE_GNOME+=	vte
 CONFIGURE_ARGS+=--enable-vte
 .else
@@ -47,15 +45,11 @@ CONFIGURE_ARGS+=--disable-vte
 .endif
 
 post-patch:
-.if defined(NOPORTDOCS)
+.if !${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|doc||' ${WRKSRC}/Makefile.in
 .endif
-.if defined(WITHOUT_NLS)
+.if !${PORT_OPTIONS:MNLS}
 	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|po||' ${WRKSRC}/Makefile.in
 .endif
 
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/geany.desktop ${PREFIX}/share/applications/
-	${INSTALL_MAN} ${WRKSRC}/doc/geany.1 ${MAN1PREFIX}/man/man1
-
 .include <bsd.port.mk>

Modified: head/devel/geany/distinfo
==============================================================================
--- head/devel/geany/distinfo	Sat Oct  6 17:45:13 2012	(r305391)
+++ head/devel/geany/distinfo	Sat Oct  6 18:10:53 2012	(r305392)
@@ -1,2 +1,2 @@
-SHA256 (geany-0.21.tar.bz2) = cc0609d4c4d3bd8cf772bc4994d51cb1f79a12da5a82f2335a381293c5123a8c
-SIZE (geany-0.21.tar.bz2) = 3109890
+SHA256 (geany-1.22.tar.bz2) = 901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e
+SIZE (geany-1.22.tar.bz2) = 3198289

Modified: head/devel/geany/pkg-plist
==============================================================================
--- head/devel/geany/pkg-plist	Sat Oct  6 17:45:13 2012	(r305391)
+++ head/devel/geany/pkg-plist	Sat Oct  6 18:10:53 2012	(r305392)
@@ -1,4 +1,5 @@
 bin/geany
+include/geany/build.h
 include/geany/document.h
 include/geany/editor.h
 include/geany/encodings.h
@@ -118,6 +119,7 @@ share/applications/geany.desktop
 %%DATADIR%%/filetypes.markdown
 %%DATADIR%%/filetypes.matlab
 %%DATADIR%%/filetypes.nsis
+%%DATADIR%%/filetypes.objectivec
 %%DATADIR%%/filetypes.pascal
 %%DATADIR%%/filetypes.perl
 %%DATADIR%%/filetypes.php
@@ -135,6 +137,7 @@ share/applications/geany.desktop
 %%DATADIR%%/filetypes.vhdl
 %%DATADIR%%/filetypes.xml
 %%DATADIR%%/filetypes.yaml
+%%DATADIR%%/geany.glade
 %%DATADIR%%/html_entities.tags
 %%DATADIR%%/pascal.tags
 %%DATADIR%%/php.tags
@@ -168,6 +171,7 @@ share/icons/hicolor/16x16/apps/classview
 share/icons/hicolor/16x16/apps/geany.png
 share/icons/hicolor/48x48/apps/geany.png
 share/icons/hicolor/scalable/apps/geany.svg
+%%NLS%%share/locale/ar/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ast/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/be/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/geany.mo
@@ -182,17 +186,22 @@ share/icons/hicolor/scalable/apps/geany.
 %%NLS%%share/locale/fr/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/gl/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/id/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/it/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/kk/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/lb/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/mn/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/pt/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ro/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/geany.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/sl/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/geany.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/geany.mo
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Max Brazhnikov freebsd_committer freebsd_triage 2012-10-06 19:23:03 UTC
State Changed
From-To: feedback->open

maintainer timeout
Comment 6 Max Brazhnikov freebsd_committer freebsd_triage 2012-10-06 19:23:40 UTC
State Changed
From-To: open->closed

Committed.