Guest User

Untitled

a guest
Dec 12th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Index: Makefile
  2. ===================================================================
  3. RCS file: /cvs/ports/devel/geany/Makefile,v
  4. retrieving revision 1.55
  5. diff -u -p -u -d -r1.55 Makefile
  6. --- Makefile 21 Nov 2017 00:12:59 -0000 1.55
  7. +++ Makefile 9 Dec 2017 14:57:08 -0000
  8. @@ -2,9 +2,8 @@
  9.  
  10. COMMENT= small and lightweight IDE
  11.  
  12. -DISTNAME = geany-1.29
  13. +DISTNAME = geany-1.32
  14. SHARED_LIBS += geany 0.0 # 0.0
  15. -REVISION = 3
  16.  
  17. CATEGORIES= devel
  18.  
  19. @@ -47,9 +46,6 @@ CONFIGURE_ARGS+=--enable-html-docs=no \
  20. --enable-gtk3=yes
  21. CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
  22. LDFLAGS="-L${LOCALBASE}/lib"
  23. -
  24. -pre-configure:
  25. - sed -i "s,/bin/bash,/bin/sh," ${WRKSRC}/tests/ctags/runner.sh
  26.  
  27. post-install:
  28. rm -f ${PREFIX}/lib/geany/*.la
  29. Index: distinfo
  30. ===================================================================
  31. RCS file: /cvs/ports/devel/geany/distinfo,v
  32. retrieving revision 1.17
  33. diff -u -p -u -d -r1.17 distinfo
  34. --- distinfo 27 Feb 2017 11:18:57 -0000 1.17
  35. +++ distinfo 9 Dec 2017 14:57:08 -0000
  36. @@ -1,2 +1,2 @@
  37. -SHA256 (geany-1.29.tar.bz2) = OUMHWWvJCEGWF+TDPpPq6LW3M9/I0BFhZ3uMvTpPsg8=
  38. -SIZE (geany-1.29.tar.bz2) = 4364252
  39. +SHA256 (geany-1.32.tar.bz2) = i3vhC5XQYU6wf4RboigPfAJurNVznY+sTV0mYG+MPC0=
  40. +SIZE (geany-1.32.tar.bz2) = 4341296
  41. Index: pkg/PLIST
  42. ===================================================================
  43. RCS file: /cvs/ports/devel/geany/pkg/PLIST,v
  44. retrieving revision 1.24
  45. diff -u -p -u -d -r1.24 PLIST
  46. --- pkg/PLIST 27 Feb 2017 11:18:57 -0000 1.24
  47. +++ pkg/PLIST 9 Dec 2017 14:57:08 -0000
  48. @@ -88,6 +88,7 @@ share/geany/GPL-2
  49. share/geany/colorschemes/
  50. share/geany/colorschemes/alt.conf
  51. share/geany/filedefs/
  52. +share/geany/filedefs/filetypes.Arduino.conf
  53. share/geany/filedefs/filetypes.CUDA.conf
  54. share/geany/filedefs/filetypes.Clojure.conf
  55. share/geany/filedefs/filetypes.Cython.conf
  56. @@ -260,6 +261,7 @@ share/locale/lb/
  57. share/locale/lb/LC_MESSAGES/
  58. share/locale/lb/LC_MESSAGES/geany.mo
  59. share/locale/lt/LC_MESSAGES/geany.mo
  60. +share/locale/lv/LC_MESSAGES/geany.mo
  61. share/locale/mn/LC_MESSAGES/geany.mo
  62. share/locale/nl/LC_MESSAGES/geany.mo
  63. share/locale/nn/LC_MESSAGES/geany.mo
Add Comment
Please, Sign In to add comment