FreeBSD Bugzilla – Attachment 143320 Details for
Bug 190557
[PATCH] x11-wm/simple-ccsm: support staging and update port to latest version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
20140603-simple-ccsm.diff
20140603-simple-ccsm.diff (text/plain), 1.99 KB, created by
Daniel Austin
on 2014-06-03 08:18:34 UTC
(
hide
)
Description:
20140603-simple-ccsm.diff
Filename:
MIME Type:
Creator:
Daniel Austin
Created:
2014-06-03 08:18:34 UTC
Size:
1.99 KB
patch
obsolete
>diff -ruN simple-ccsm.orig/Makefile simple-ccsm/Makefile >--- simple-ccsm.orig/Makefile 2014-01-13 21:00:02.000000000 +0000 >+++ simple-ccsm/Makefile 2014-06-03 08:38:41.978111752 +0100 >@@ -2,18 +2,16 @@ > # $FreeBSD: head/x11-wm/simple-ccsm/Makefile 339634 2014-01-13 21:00:02Z rene $ > > PORTNAME= simple-ccsm >-PORTVERSION= 0.8.4 >-PORTREVISION= 4 >+PORTVERSION= 0.8.8 > CATEGORIES= x11-wm > MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= freebsd-ports@dan.me.uk > COMMENT= A Python/GTK based settings manager for CompizConfig > > RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python > >-USE_BZIP2= yes >-USES= gettext gmake pkgconfig >+USES= gettext gmake pkgconfig tar:bzip2 > USE_GNOME= pygtk2 > USE_PYTHON= 2 > >@@ -21,5 +19,7 @@ > > INSTALLS_ICONS= yes > >-NO_STAGE= yes >+do-install: >+ @(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install --root=${STAGEDIR} --prefix=${PREFIX}) >+ > .include <bsd.port.mk> >diff -ruN simple-ccsm.orig/distinfo simple-ccsm/distinfo >--- simple-ccsm.orig/distinfo 2014-01-22 15:30:13.000000000 +0000 >+++ simple-ccsm/distinfo 2014-06-02 23:48:30.563593720 +0100 >@@ -1,2 +1,2 @@ >-SHA256 (simple-ccsm-0.8.4.tar.bz2) = 15b24408be48f1e3c69735362dd65ea6b3ddded80e63b87ec40268e2f0f652a3 >-SIZE (simple-ccsm-0.8.4.tar.bz2) = 62423 >+SHA256 (simple-ccsm-0.8.8.tar.bz2) = ecdc74be1ae6ea8c9eea1e2168e1ae237fc64c70b3207e925306993ed538ca1d >+SIZE (simple-ccsm-0.8.8.tar.bz2) = 62758 >diff -ruN simple-ccsm.orig/pkg-plist simple-ccsm/pkg-plist >--- simple-ccsm.orig/pkg-plist 2014-01-22 15:16:56.000000000 +0000 >+++ simple-ccsm/pkg-plist 2014-06-03 09:01:39.748016072 +0100 >@@ -50,6 +50,7 @@ > share/locale/tr/LC_MESSAGES/simple-ccsm.mo > share/locale/zh_CN/LC_MESSAGES/simple-ccsm.mo > share/locale/zh_TW/LC_MESSAGES/simple-ccsm.mo >+%%PYTHON_SITELIBDIR%%/simple_ccsm-0.8.8-py2.7.egg-info > @dirrmtry share/simple-ccsm/profiles > @dirrmtry share/simple-ccsm/images > @dirrmtry share/simple-ccsm >--- 20140603-simple-ccsm.diff ends here ---
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 190557
: 143320
Working