FreeBSD Bugzilla – Attachment 134636 Details for
Bug 179327
[PATCH] games/gtktetcolor: Update to 0.6.5pre3, fix port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gtktetcolor-0.6.5.p3.patch
gtktetcolor-0.6.5.p3.patch (text/plain), 3.43 KB, created by
nemysis
on 2013-06-05 11:40:01 UTC
(
hide
)
Description:
gtktetcolor-0.6.5.p3.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-06-05 11:40:01 UTC
Size:
3.43 KB
patch
obsolete
>diff -ruN /usr/ports/games/gtktetcolor/Makefile ./Makefile >--- /usr/ports/games/gtktetcolor/Makefile 2013-06-02 18:54:42.000000000 +0200 >+++ ./Makefile 2013-06-04 12:34:22.000000000 +0200 >@@ -2,11 +2,13 @@ > # $FreeBSD: head/games/gtktetcolor/Makefile 315433 2013-03-28 03:28:30Z eadler $ > > PORTNAME= gtktetcolor >-PORTVERSION= 0.6.4 >-PORTREVISION= 11 >+DISTVERSION= 0.6.5pre3 > CATEGORIES= games gnome >-MASTER_SITES= SUNSITE/games \ >- http://canopus.iacp.dvo.ru/~panov/gtktetcolor/ >+MASTER_SITES= ftp://canopus.iacp.dvo.ru/pub/Games/gtktetcolor/ \ >+ SF/nemysisfreebsdp/:icons >+DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ >+ ${PORTNAME}.png:icons >+EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} > > MAINTAINER= ports@FreeBSD.org > COMMENT= Game for GNOME that resembles well-known Tetris and Columns >@@ -14,19 +16,48 @@ > LICENSE= GPLv2 GPLv3 > LICENSE_COMB= dual > >-USES= pathfix >+USE_BZIP2= yes >+USES= desktop-file-utils pathfix pkgconfig > USE_GNOME= gnomeprefix intlhack libgnomeui >-USE_GMAKE= yes > GNU_CONFIGURE= yes >+USE_GMAKE= yes > MAKE_JOBS_SAFE= yes > > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > >+PORTDOCS= AUTHORS ChangeLog NEWS README TODO >+ >+OPTIONS_DEFINE= NLS >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MNLS} >+USES+= gettext >+PLIST_SUB+= NLS="" >+.else >+CONFIGURE_ARGS+= --disable-nls >+PLIST_SUB+= NLS="@comment " >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e \ > 's|games\.games|games:games|g' ${WRKSRC}/Makefile.in > @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ > 's|-D.*_DISABLE_DEPRECATED||g' >+ @${REINPLACE_CMD} -e 's|^Icon.*|Icon=${PORTNAME}|' \ >+ ${WRKSRC}/src/gtktetcolor.desktop.in >+ >+.if ! ${PORT_OPTIONS:MNLS} >+ @${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in >+.endif >+ >+post-install: >+ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps >+ >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} >+.endif > > .include <bsd.port.mk> >diff -ruN /usr/ports/games/gtktetcolor/distinfo ./distinfo >--- /usr/ports/games/gtktetcolor/distinfo 2013-06-02 18:54:42.000000000 +0200 >+++ ./distinfo 2013-06-04 12:37:05.000000000 +0200 >@@ -1,2 +1,4 @@ >-SHA256 (gtktetcolor-0.6.4.tar.gz) = 1d70d9d4c87ab6f42366dc491e8a467dae01ce168d3bbf4b9fc5215227ce5628 >-SIZE (gtktetcolor-0.6.4.tar.gz) = 198699 >+SHA256 (gtktetcolor-0.6.5pre3.tar.bz2) = c11a02377d0ed83ef59e5dd1cf7ea82491bbdbfb19957e5bc2774b871e93b049 >+SIZE (gtktetcolor-0.6.5pre3.tar.bz2) = 172629 >+SHA256 (gtktetcolor.png) = 1dd71abedfe4a7878e5ce802b3e19f8fec795834c09bdc31f219a8dc8db76427 >+SIZE (gtktetcolor.png) = 910 >diff -ruN /usr/ports/games/gtktetcolor/pkg-plist ./pkg-plist >--- /usr/ports/games/gtktetcolor/pkg-plist 2013-06-02 18:54:42.000000000 +0200 >+++ ./pkg-plist 2013-06-04 12:31:56.000000000 +0200 >@@ -2,12 +2,14 @@ > etc/sound/events/gtktetcolor.soundlist > share/applications/gtktetcolor.desktop > share/games/gtktetcolor.scores >+%%NLS%%share/locale/de/LC_MESSAGES/gtktetcolor.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/gtktetcolor.mo >+%%NLS%%share/locale/ru/LC_MESSAGES/gtktetcolor.mo >+share/pixmaps/gtktetcolor.png > share/pixmaps/gtktetcolor.xpm > share/sounds/gtktetcolor/bonus.wav > share/sounds/gtktetcolor/gameover.wav > share/sounds/gtktetcolor/linerem.wav >-share/locale/de/LC_MESSAGES/gtktetcolor.mo >-share/locale/fr/LC_MESSAGES/gtktetcolor.mo >-share/locale/ru/LC_MESSAGES/gtktetcolor.mo > @dirrm share/sounds/gtktetcolor >+@dirrmtry share/games > @dirrmtry share/applications
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 179327
: 134636 |
134637
|
134638