Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2013 21:52:09 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175744: [MAINTAINER] sysutils/gigolo: [SUMMARIZE CHANGES]
Message-ID:  <20130131205212.D612CD07@hub.freebsd.org>
Resent-Message-ID: <201301312100.r0VL00SW015262@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175744
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/gigolo: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 31 21:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:

Makefile changed:
+		http://www.uvena.de/gigolo/:icons <--- As for PC-BSD PBI added an icon
+DIST_SUBDIR=	${PORTNAME} <-- That all from this Ports are in same directory
+	${INSTALL_DATA} ${_DISTDIR}/network.png ${PREFIX}/share/pixmaps/${PORTNAME}.png

Changed and refined:
pkg-plist <-- added for Documentation, order is changed because i use mine script for pkg-plist

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

portlint -A
WARN: /usr/local/ports/local/commited/sysutils/gigolo/pkg-plist: [3]: If and only if your port is DOCSDIR-safe (that is, a user can override DOCSDIR when building this port and the port will still work correctly) consider using DOCSDIR macro; if you are unsure if this this port is DOCSDIR-safe, then ignore this warning
WARN: /usr/local/ports/local/commited/sysutils/gigolo/pkg-plist: [4]: If and only if your port is DOCSDIR-safe (that is, a user can override DOCSDIR when building this port and the port will still work correctly) consider using DOCSDIR macro; if you are unsure if this this port is DOCSDIR-safe, then ignore this warning
WARN: /usr/local/ports/local/commited/sysutils/gigolo/pkg-plist: [5]: If and only if your port is DOCSDIR-safe (that is, a user can override DOCSDIR when building this port and the port will still work correctly) consider using DOCSDIR macro; if you are unsure if this this port is DOCSDIR-safe, then ignore this warning
WARN: /usr/local/ports/local/commited/sysutils/gigolo/pkg-plist: [6]: If and only if your port is DOCSDIR-safe (that is, a user can override DOCSDIR when building this port and the port will still work correctly) consider using DOCSDIR macro; if you are unsure if this this port is DOCSDIR-safe, then ignore this warning
WARN: /usr/local/ports/local/commited/sysutils/gigolo/pkg-plist: [7]: If and only if your port is DOCSDIR-safe (that is, a user can override DOCSDIR when building this port and the port will still work correctly) consider using DOCSDIR macro; if you are unsure if this this port is DOCSDIR-safe, then ignore this warning
WARN: /usr/local/ports/local/commited/sysutils/gigolo/pkg-plist: [8]: If and only if your port is DOCSDIR-safe (that is, a user can override DOCSDIR when building this port and the port will still work correctly) consider using DOCSDIR macro; if you are unsure if this this port is DOCSDIR-safe, then ignore this warning
WARN: Makefile: use ".if !defined(NOPORTDOCS)" to wrap installation of files into /usr/local/share/doc.
WARN: Makefile: Consider adding support for a WITHOUT_NLS knob to conditionally disable gettext support.
WARN: Makefile: [40]: possible direct use of command "install" found. use ${INSTALL_foobaa} instead.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
0 fatal errors and 11 warnings found.

WARN: /usr/local/ports/local/commited/sysutils/gigolo/pkg-plist: because is used
+share/doc/gigolo
waf install this one questions


Now not more Documentation leftover
port test: clean

>Fix:

--- gigolo-0.4.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/gigolo/Makefile ./Makefile
--- /usr/ports/sysutils/gigolo/Makefile	2013-01-14 17:55:40.000000000 +0100
+++ ./Makefile	2013-01-31 21:30:21.000000000 +0100
@@ -3,8 +3,14 @@
 
 PORTNAME=	gigolo
 PORTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://files.uvena.de/gigolo/
+MASTER_SITES=	http://files.uvena.de/gigolo/ \
+		http://www.uvena.de/gigolo/:icons
+DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
+		network.png:icons
+DIST_SUBDIR=	${PORTNAME}
+EXTRACT_ONLY=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	nemysis@gmx.ch
 COMMENT=	Frontend to easily manage filesystem connections
@@ -32,5 +38,6 @@
 
 do-install:
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install
+	${INSTALL_DATA} ${_DISTDIR}/network.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/sysutils/gigolo/distinfo ./distinfo
--- /usr/ports/sysutils/gigolo/distinfo	2013-01-14 17:55:40.000000000 +0100
+++ ./distinfo	2013-01-31 03:13:03.000000000 +0100
@@ -1,2 +1,4 @@
-SHA256 (gigolo-0.4.1.tar.bz2) = 82f3b5f0ce3ff19c1facac1c89117d67bdf1d4fac66e42fb7a98a8b0d74a17f9
-SIZE (gigolo-0.4.1.tar.bz2) = 194112
+SHA256 (gigolo/gigolo-0.4.1.tar.bz2) = 82f3b5f0ce3ff19c1facac1c89117d67bdf1d4fac66e42fb7a98a8b0d74a17f9
+SIZE (gigolo/gigolo-0.4.1.tar.bz2) = 194112
+SHA256 (gigolo/network.png) = c2307b0ac5b091fefd8d09fa83eae9bae236096d84de31c49a455bfc583807c6
+SIZE (gigolo/network.png) = 5689
diff -ruN --exclude=CVS /usr/ports/sysutils/gigolo/pkg-plist ./pkg-plist
--- /usr/ports/sysutils/gigolo/pkg-plist	2013-01-14 17:55:40.000000000 +0100
+++ ./pkg-plist	2013-01-31 03:37:14.000000000 +0100
@@ -1,5 +1,12 @@
 bin/gigolo
 share/applications/gigolo.desktop
+share/doc/gigolo/AUTHORS
+share/doc/gigolo/COPYING
+share/doc/gigolo/ChangeLog
+share/doc/gigolo/NEWS
+share/doc/gigolo/README
+share/doc/gigolo/TODO
+share/locale/ast/LC_MESSAGES/gigolo.mo
 share/locale/bg/LC_MESSAGES/gigolo.mo
 share/locale/ca/LC_MESSAGES/gigolo.mo
 share/locale/cs/LC_MESSAGES/gigolo.mo
@@ -16,6 +23,7 @@
 share/locale/id/LC_MESSAGES/gigolo.mo
 share/locale/it/LC_MESSAGES/gigolo.mo
 share/locale/ja/LC_MESSAGES/gigolo.mo
+share/locale/kk/LC_MESSAGES/gigolo.mo
 share/locale/lv/LC_MESSAGES/gigolo.mo
 share/locale/nl/LC_MESSAGES/gigolo.mo
 share/locale/pl/LC_MESSAGES/gigolo.mo
@@ -25,15 +33,15 @@
 share/locale/sk/LC_MESSAGES/gigolo.mo
 share/locale/sv/LC_MESSAGES/gigolo.mo
 share/locale/tr/LC_MESSAGES/gigolo.mo
-share/locale/uk/LC_MESSAGES/gigolo.mo
-share/locale/zh_CN/LC_MESSAGES/gigolo.mo
-share/locale/ast/LC_MESSAGES/gigolo.mo
-share/locale/kk/LC_MESSAGES/gigolo.mo
 share/locale/ug/LC_MESSAGES/gigolo.mo
+share/locale/uk/LC_MESSAGES/gigolo.mo
 share/locale/ur/LC_MESSAGES/gigolo.mo
 share/locale/ur_PK/LC_MESSAGES/gigolo.mo
+share/locale/zh_CN/LC_MESSAGES/gigolo.mo
+share/pixmaps/gigolo.png
 @dirrmtry share/locale/ur_PK/LC_MESSAGES
 @dirrmtry share/locale/ur_PK
+@dirrmtry share/locale/ur/LC_MESSAGES
 @dirrmtry share/locale/ur
 @dirrmtry share/locale/ug/LC_MESSAGES
 @dirrmtry share/locale/ug
@@ -41,4 +49,5 @@
 @dirrmtry share/locale/kk
 @dirrmtry share/locale/ast/LC_MESSAGES
 @dirrmtry share/locale/ast
+@dirrm %%DOCSDIR%%
 @dirrmtry share/applications
--- gigolo-0.4.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130131205212.D612CD07>