FreeBSD Bugzilla – Attachment 153492 Details for
Bug 197786
[PATCH] math/pspp: Bump PORTREVISION, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pspp.diff
pspp.diff (text/plain), 2.14 KB, created by
Carlos J Puga Medina
on 2015-02-24 23:56:32 UTC
(
hide
)
Description:
pspp.diff
Filename:
MIME Type:
Creator:
Carlos J Puga Medina
Created:
2015-02-24 23:56:32 UTC
Size:
2.14 KB
patch
obsolete
>diff -urN /usr/ports/math/pspp.old/Makefile /usr/ports/math/pspp/Makefile >--- /usr/ports/math/pspp.old/Makefile 2014-11-02 17:41:05.000000000 +0100 >+++ /usr/ports/math/pspp/Makefile 2015-02-25 00:18:14.466796000 +0100 >@@ -3,10 +3,11 @@ > > PORTNAME= pspp > PORTVERSION= 0.8.4 >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= GNU > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= cpm@fbsd.es > COMMENT= Program for statistical analysis of sampled data > > LICENSE= GPLv3 >@@ -30,6 +31,7 @@ > > INFO= pspp pspp-dev > >+OPTIONS_DEFAULT= DOCS NLS > OPTIONS_DEFINE= DOCS GUI NLS PGSQL > OPTIONS_SUB= yes > >@@ -45,6 +47,9 @@ > PGSQL_USES= pgsql > PGSQL_CONFIGURE_WITH= libpq > >+DOCS= ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS ONEWS \ >+ README THANKS TODO >+ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MGUI} >@@ -55,4 +60,19 @@ > @${REINPLACE_CMD} -e \ > 's|: $$(INSTALL_DATA_HOOKS)|:|' ${WRKSRC}/Makefile.in > >+post-install: >+.for f in libpspp libpspp-core >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${f}-${PORTVERSION}.so >+.endfor >+ >+.if ${PORT_OPTIONS:MGUI} >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/glade3/modules/libglade-psppire.so.0.0.0 >+ ${RM} -r ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/mimetypes >+.endif >+ >+.if ${PORT_OPTIONS:MDOCS} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} >+.endif >+ > .include <bsd.port.mk> >diff -urN /usr/ports/math/pspp.old/pkg-plist /usr/ports/math/pspp/pkg-plist >--- /usr/ports/math/pspp.old/pkg-plist 2014-11-02 17:41:05.000000000 +0100 >+++ /usr/ports/math/pspp/pkg-plist 2015-02-24 23:33:42.404481000 +0100 >@@ -16,6 +16,16 @@ > man/man1/pspp-dump-sav.1.gz > %%GUI%%share/appdata/pspp.appdata.xml > %%GUI%%share/applications/pspp.desktop >+%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS >+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/COPYING >+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%/INSTALL >+%%PORTDOCS%%%%DOCSDIR%%/NEWS >+%%PORTDOCS%%%%DOCSDIR%%/ONEWS >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/THANKS >+%%PORTDOCS%%%%DOCSDIR%%/TODO > %%PORTDOCS%%%%DOCSDIR%%/pspp.xml > %%GUI%%share/glade3/catalogs/psppire.xml > %%GUI%%share/glade3/pixmaps/16x16/psppire-acr.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 197786
:
153144
| 153492 |
153632