FreeBSD Bugzilla – Attachment 143292 Details for
Bug 190509
[MAINTAINER] net-p2p/gtorrentviewer: Added STAGE support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gtorrentviewer patch
gtorrentviewer.patch (text/plain), 1.76 KB, created by
Muhammad Moinur Rahman
on 2014-06-02 14:28:11 UTC
(
hide
)
Description:
gtorrentviewer patch
Filename:
MIME Type:
Creator:
Muhammad Moinur Rahman
Created:
2014-06-02 14:28:11 UTC
Size:
1.76 KB
patch
obsolete
>diff -ruN /usr/ports//net-p2p/gtorrentviewer/Makefile ./Makefile >--- /usr/ports//net-p2p/gtorrentviewer/Makefile 2013-09-21 04:28:25.000000000 +0600 >+++ ./Makefile 2014-06-02 20:22:22.326182958 +0600 >@@ -4,7 +4,7 @@ > > PORTNAME= gtorrentviewer > PORTVERSION= 0.2b >-PORTREVISION= 16 >+PORTREVISION= 17 > CATEGORIES= net-p2p > MASTER_SITES= SF/${PORTNAME}/GTorrentViewer/${PORTVERSION} > DISTNAME= GTorrentViewer-${PORTVERSION} >@@ -12,9 +12,9 @@ > MAINTAINER= 5u623l20@gmail.com > COMMENT= GTK+2 viewer and editor for BitTorrent meta files > >-PORTSCOUT= skipv:0.2 # older than current version >+LICENSE= GPLv2 > >-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl >+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl > > USE_GNOME= gtk20 gnomehier intlhack > USES= gmake pkgconfig >@@ -24,18 +24,21 @@ > CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \ > --with-desktopdir=${PREFIX}/share/applications > >-MAN1= gtorrentviewer.1 >+PORTSCOUT= skipv:0.2 # older than current version >+ >+OPTIONS_DEFINE= DOCS >+ > DOCS= AUTHORS COPYING ChangeLog README > >-NO_STAGE= yes >+.include <bsd.port.options.mk> > post-patch: > @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/main.c > >-.ifndef (NOPORTDOCS) > post-install: >- @${MKDIR} ${DOCSDIR} >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for i in ${DOCS} >- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} > .endfor > .endif > >diff -ruN /usr/ports//net-p2p/gtorrentviewer/pkg-plist ./pkg-plist >--- /usr/ports//net-p2p/gtorrentviewer/pkg-plist 2014-01-22 21:16:56.000000000 +0600 >+++ ./pkg-plist 2014-06-02 20:20:10.154190921 +0600 >@@ -1,4 +1,5 @@ > bin/gtorrentviewer >+man/man1/gtorrentviewer.1.gz > share/GTorrentViewer/README > share/GTorrentViewer/pixmaps/about.png > share/GTorrentViewer/pixmaps/dictionary.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190509
: 143292