Advertisement
gusibsd

Untitled

Nov 19th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. Index: Makefile
  2. ===================================================================
  3. --- Makefile (revision 18892)
  4. +++ Makefile (working copy)
  5. @@ -3,7 +3,7 @@
  6. # $MCom: ports/trunk/net/gnome-online-accounts/Makefile 18594 2013-06-25 09:01:00Z kwm $
  7. # Created by: Koop Mast <kwm@FreeBSD.org>
  8.  
  9. share/gir-1.0/Goa-1.0.gir
  10. share/gnome-online-accounts/goawebview.css
  11. [root@hast16 ~/marcuscom/ports/trunk/net/gnome-online-accounts]# svn diff . > ^C
  12. [root@hast16 ~/marcuscom/ports/trunk/net/gnome-online-accounts]# vi Makefile
  13. [root@hast16 ~/marcuscom/ports/trunk/net/gnome-online-accounts]# svn diff .
  14. Index: Makefile
  15. ===================================================================
  16. --- Makefile (revision 18892)
  17. +++ Makefile (working copy)
  18. @@ -1,9 +1,9 @@
  19. # Created by: Koop Mast <kwm@FreeBSD.org>
  20. # $FreeBSD$
  21. -# $MCom: ports/trunk/net/gnome-online-accounts/Makefile 18594 2013-06-25 09:01:00Z kwm $
  22. +# $MCom$
  23.  
  24. PORTNAME= gnome-online-accounts
  25. -PORTVERSION= 3.6.2
  26. +PORTVERSION= 3.6.3
  27. CATEGORIES= net
  28. MASTER_SITES= GNOME
  29.  
  30. @@ -18,7 +18,6 @@
  31. libsecret-1.so:${PORTSDIR}/security/libsecret \
  32. librest-0.7.so:${PORTSDIR}/devel/librest
  33.  
  34. -NO_STAGE= yes
  35. USE_XZ= yes
  36. USE_GNOME= gtk30 intlhack introspection:build libxslt:build
  37. USES= gettext gmake pathfix pkgconfig
  38. @@ -28,6 +27,7 @@
  39. CPPFLAGS+= -I${LOCALBASE}/include
  40. LDFLAGS+= -L${LOCALBASE}/lib
  41.  
  42. -MAN8= goa-daemon.8
  43. +post-install:
  44. + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoa-*.so.0
  45.  
  46. .include <bsd.port.mk>
  47. Index: distinfo
  48. ===================================================================
  49. --- distinfo (revision 18892)
  50. +++ distinfo (working copy)
  51. @@ -1,2 +1,2 @@
  52. -SHA256 (gnome-online-accounts-3.6.2.tar.xz) = 55d207d2dc5428f41b0a504aa3edd996a6167a5625d9e11d678f33f282935fa7
  53. -SIZE (gnome-online-accounts-3.6.2.tar.xz) = 583628
  54. +SHA256 (gnome-online-accounts-3.6.3.tar.xz) = 68c161ea06d344422e47881362429fff3e58f61f6998d6ad992ca3d015eb636c
  55. +SIZE (gnome-online-accounts-3.6.3.tar.xz) = 588908
  56. Index: pkg-plist
  57. ===================================================================
  58. --- pkg-plist (revision 18892)
  59. +++ pkg-plist (working copy)
  60. @@ -28,6 +28,7 @@
  61. libdata/pkgconfig/goa-1.0.pc
  62. libdata/pkgconfig/goa-backend-1.0.pc
  63. libexec/goa-daemon
  64. +man/man8/goa-daemon.8.gz
  65. share/dbus-1/services/org.gnome.OnlineAccounts.service
  66. share/gir-1.0/Goa-1.0.gir
  67. share/gnome-online-accounts/goawebview.css
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement