| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
|
| |
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Remove undefinite article from comment
- Remove useless pre.mk/post.mk dancing
|
| |
|
|
|
|
| |
Reported by: koobs
|
| |
|
|
|
|
|
|
|
| |
- While here, move OPTIONS_DEFINE before bsd.port.options.mk
PR: ports/180329
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: poudriere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.
The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php
The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.
I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
|
|
|
|
|
| |
PR: ports/179309
Reviewed by: crees (mentor)
|
|
|
|
|
|
|
|
|
| |
- Add OPUS option
While here remove leading article from COMMENT
PR: ports/180230
Submitted by: Fraser Tweedale <frase@frase.id.au> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.
The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php
clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).
Work on the newly-released 4.10.5 will begin shortly.
|
|
|
|
| |
This fixes the INDEX build when audio/arts gets removed.
|
| |
|
|
|
|
|
|
|
|
| |
- Move textproc/clucene from BUILD_DEPENDS to LIB_DEPENDS
- Remove GH_TAGNAME
- Add PORTVERSION to PLIST_SUB
- Remove files/patch-src__libtomahawk__Source.cpp
- Add files/patch-src__libtomahawk__sip__PeerInfo.cpp
|
|
|
|
|
|
| |
- Change GitHub repository (libechonest is developed by Leo Franchi)
- Add PORTVERSION to PLIST_SUB
- Fix WWW in pkg-descr
|
|
|
|
|
| |
While here trim headers
Remove useless pre.mk/post.mk
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
|
|
|
|
|
|
|
|
| |
Submitted by: bdrewery
... thus unbreaking
Submitted by: pointyhat (miwi)
|
| |
|
|
|
|
|
|
|
| |
* Changed position name and surname
* Deleted lib versions from LIB_DEPENDS
Approved by: eadler (mentor)
|
|
|
|
|
|
|
| |
* Changed my email
* Changed positions name and surname
Approved by: eadler (mentor)
|
|
|
|
|
| |
PR: ports/177145
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
|
|
|
|
|
|
| |
Minor bug fixes.
Submitted by: maintainer (priv mail)
|
|
|
|
|
|
|
|
|
| |
- Remove patch, REINPLACE is better
- Passes portlint
PR: ports/179297
Submitted by: Mark Felder <feld@feld.me>
Approved by: maintainer timeout (johnson.peter@gmail.com, >2 weeks)
|
|
|
|
|
|
|
|
|
| |
-rc script passes rclint now
-port passes portlint
PR: ports/179300
Submitted by: Mark Felder <feld@feld.me>
Approved by: maintainer timeout (ayu@commun.jp, >3 weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A set of new SDL2 related ports has been added, which are essentially
the same as their corresponding port for SDL1.2:
audio/sdl2_mixer
graphics/sdl2_image
graphics/sdl2_ttf
net/sdl2_net
A set of new USE_SDL knobs is available to enable SDL2 and its related
ports to be added as dependency to ports. Use either of
USE_SDL= sdl2 image2 mixer2 net2 ttf2
to pull in the specific sdl2_* or sdl20 port.
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (MIT GPLv2)
- Use desktop-file-utils
- Add NLS and DOCS options
- Add Created by in Makefile header
PR: ports/179775
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: maintainer
|
| |
|
|
|
|
| |
While here, modernize headers.
|
|
|
|
|
|
|
| |
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
|
|
|
|
|
|
|
| |
- While here remove 7.X gruft
Reported by: pointyhat
http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/a.9-exp.20130618003449.pointyhat-west/xmms2-0.8_3.log
|
|
|
|
|
|
|
| |
- Add DESKTOP_ENTRIES
PR: 179588
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.22
- Add LICENSE (GPLv2)
- Remove spaces from WWW in pkg-descr
- New form for pkgconfig
PR: ports/179234
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: culot / jpaetzel (mentors, implicit), maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
plugins.
The plugins are disabled at run-time if the required programs are not available, so
always including them:
a) does not result in a broken port
b) provides greater flexability to the user (if the ports are installed later)
c) increases the build time, although it is a small port in any case.
The above two changes reduces the Makefile line count by 160.
Approved by: eadler,bdrewery (mentors, implicit)
|
|
|
|
|
|
|
|
|
| |
ChangeLog:
-Fix: Update normalize filter widget properly
-Fix: Show more than one filter widget at a time
-Fix: Load normalize options properly from saved profiles (could lead to a crash)
Approved by: eadler,bdrewery (mentors, implicit)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Add LICENSE (GPLv3)
- Add radio option AUDIO_SYSTEM (default PORTAUDIO)
- Remove USE_GCC
- Convert to the new option framework
- Remove Author field from pkg-descr, fix WWW one
Build log: http://goo.gl/BWger
|
|
|
|
|
|
|
|
|
| |
quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout
Approved by: portmgr (miwi)
|
| |
|
| |
|
|
|
|
| |
While here remove wrong pkgconfig dependency
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Add empty directory created by the port to plist
|
| |
|
|
|
|
| |
Convert WITH to options
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
. remove shlib ABI version from LIB_DEPENDS;
. add LICENSE=GPLv2;
. trim Makefile headers;
. use PLIST_FILES;
. remove pkg-plist (3 lines).
|
|
|
|
| |
. trim Makefile headers.
|
|
|
|
| |
Submitted by: ohauer@
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
| |
|
| |
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
| |
Approved by: tabthorpe (mentor)
|
| |
|
|
|
|
|
| |
no longer supported, and users are advised to use lang/pure instead. Expiration
date in two months.
|
|
|
|
| |
Submitted by: Barbara Guida <barbara.freebsd@gmail.com>
|
|
|
|
| |
Approved by: pav (maintainer)
|
|
|
|
|
| |
PR: ports/179368
Submitted by: Mark Felder <feld@feld.me> (maintainer)
|
|
|
|
|
|
| |
* Chase the update in dependent ports.
PR: 179072
|
|
|
|
| |
 Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
|
|
| |
instead of a branch that changes.
With hat: portmgr
|
|
|
|
|
|
|
|
| |
- Change DISTFILES and do-fetch to cache the file
PR: ports/179398 [1]
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
Approved by: culot / jpaetzel (mentors, implicit)
|
| |
|
|
|
|
|
|
|
|
|
| |
Changes:
https://github.com/PromyLOPh/pianobar/blob/466d16fe/ChangeLog
PR: ports/179375
Submitted by: John Hixson <john@ixsystems.com> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit)
|
| |
|
|
|
|
| |
Reported by: http://az.semmy.ru/perl_sdad.txt
|
|
|
|
| |
- Convert to OptionsNG
|
|
|
|
|
|
|
|
| |
still available)
Pass maintainership to submitter
Submitted by: Bob Willcox <bob@immure.com>
|
| |
|
|
|
|
|
| |
Approve by: gnome (kwm)
Obtained from: gnome dev repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update Haskell Platform to version 2013.2.0.0
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some highlights of the update:
- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk
New ports (11):
devel/hs-asn1-types 0.1.3
devel/hs-data-default-class 0.0.1
devel/hs-data-default-instances-base 0.0.1
devel/hs-data-default-instances-containers 0.0.1
devel/hs-data-default-instances-dlist 0.0.1
devel/hs-data-default-instances-old-locale 0.0.1
devel/hs-extensible-exceptions 0.1.1.4
devel/hs-mmorph 1.0.0
devel/hs-quickcheck-io 0.1.0
x11-toolkits/hs-GLURaw 1.3.0.0
x11-toolkits/hs-OpenGLRaw 1.3.0.0
Updated ports (104):
archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1
databases/hs-persistent 1.1.5.1 --> 1.2.0.1
databases/hs-persistent-sqlite 1.1.5 --> 1.2.0
databases/hs-persistent-template 1.1.2.4 --> 1.2.0
devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2
devel/hs-IORefCAS 0.2_3 --> 0.2.0.1
devel/hs-MonadRandom 0.1.8 --> 0.1.9
devel/hs-QuickCheck 2.5.1.1_1 --> 2.6
devel/hs-abstract-deque 0.1.6_1 --> 0.2
devel/hs-alex 3.0.2_1 --> 3.0.5
devel/hs-async 2.0.1.3_1 --> 2.0.1.4
devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0
devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1
devel/hs-byteorder 1.0.3_4 --> 1.0.4
devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2
devel/hs-classy-prelude 0.5.3 --> 0.5.7
devel/hs-cmdargs 0.10.2 --> 0.10.3
devel/hs-conduit 1.0.2 --> 1.0.5
devel/hs-data-default 0.5.0_1 --> 0.5.3
devel/hs-fsnotify 0.0.6 --> 0.0.11
devel/hs-generic-deriving 1.4.0 --> 1.5.0
devel/hs-git-annex 4.20130323_1 --> 4.20130601
devel/hs-haddock 2.11.0_1 --> 2.13.2
devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1
devel/hs-hlint 1.8.43 --> 1.8.45
devel/hs-hspec 1.4.4 --> 1.5.4
devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2
devel/hs-largeword 1.0.4 --> 1.0.5
devel/hs-lens 3.8.7.3 --> 3.9.0.2
devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5
devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1
devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1
devel/hs-monad-par 0.3.4.1 --> 0.3.4.2
devel/hs-pool-conduit 0.1.1_1 --> 0.1.2
devel/hs-profunctors 3.3 --> 3.3.0.1
devel/hs-reflection 1.1.7 --> 1.3.2
devel/hs-resourcet 0.4.5 --> 0.4.7.1
devel/hs-show 0.5 --> 0.6
devel/hs-split 0.2.1.1_1 --> 0.2.2
devel/hs-stm 2.4_1 --> 2.4.2
devel/hs-syb 0.3.7_1 --> 0.4.0
devel/hs-tagged 0.4.4_1 --> 0.6
devel/hs-text 0.11.2.3_1 --> 0.11.3.1
devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1
devel/hs-unix-time 0.1.5 --> 0.1.8
devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1
devel/hs-utility-ht 0.0.8_3 --> 0.0.9
devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3
devel/hs-uuid 1.2.9 --> 1.2.13
devel/hs-void 0.5.11 --> 0.6
math/hs-NumInstances 1.2 --> 1.3
math/hs-comonad-transformers 3.0.1_1 --> 3.0.2
math/hs-semigroups 0.9 --> 0.9.1
math/hs-statistics 0.10.2.0_2 --> 0.10.3.1
net/hs-network 2.3.1.0_1 --> 2.4.1.2
net/hs-publicsuffixlist 0.0.3 --> 0.1
net/hs-socks 0.5.0 --> 0.5.1
security/hs-certificate 1.3.5_1 --> 1.3.7
security/hs-cipher-aes 0.1.7 --> 0.1.8
security/hs-clientsession 0.8.1_1 --> 0.9
security/hs-crypto-api 0.11 --> 0.12.1
security/hs-crypto-conduit 0.5.0 --> 0.5.2
security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3
security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2
security/hs-cryptocipher 0.4.0_1 --> 0.5.0
security/hs-cryptohash 0.8.3_1 --> 0.9.0
security/hs-skein 0.1.0.12 --> 1.0.3
textproc/hs-HaXml 1.23.3_2 --> 1.24
textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1
textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1
textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5
textproc/hs-case-insensitive 1.0 --> 1.0.0.2
textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9
textproc/hs-hs-bibutils 4.17 --> 5.0
textproc/hs-polyparse 1.8_3 --> 1.9
textproc/hs-texmath 0.6.1.3 --> 0.6.1.5
textproc/hs-xml 1.3.12_4 --> 1.3.13
textproc/hs-yaml 0.8.2.3 --> 0.8.2.4
www/hs-HTTP 4000.2.5_1 --> 4000.2.8
www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1
www/hs-hamlet 1.1.6.3 --> 1.1.7.1
www/hs-happstack-server 7.1.7 --> 7.1.7.1
www/hs-heist 0.11.1 --> 0.12.0
www/hs-http-conduit 1.9.0 --> 1.9.3
www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6
www/hs-shakespeare 1.0.3.1 --> 1.0.5
www/hs-shakespeare-css 1.0.3 --> 1.0.5.1
www/hs-shakespeare-js 1.1.2.1 --> 1.1.4
www/hs-snap 0.11.2 --> 0.12.0
www/hs-wai-extra 1.3.2.4 --> 1.3.4
www/hs-wai-test 1.3.0.4 --> 1.3.1
www/hs-warp 1.3.7.4 --> 1.3.8.1
www/hs-yesod 1.1.9.2 --> 1.2.0.1
www/hs-yesod-auth 1.1.5.3 --> 1.2.0
www/hs-yesod-core 1.1.8.2 --> 1.2.0.4
www/hs-yesod-form 1.2.1.3 --> 1.3.0
www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0
www/hs-yesod-platform 1.1.8 --> 1.2.0.1
www/hs-yesod-routes 1.1.2 --> 1.2.0
www/hs-yesod-static 1.1.2.2 --> 1.2.0
www/hs-yesod-test 0.3.5 --> 1.2.0
x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1
x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1
x11/hs-xmobar 0.16_2 --> 0.17
Removed ports (2):
www/hs-yesod-default 1.1.3.2
www/hs-yesod-json 1.1.2.1
PR: ports/179146 [1]
Requested by: Omar Thameen <omar@biglist.com> [1]
Reported by: sperber, bapt [2]
Tested by: sperber [2]
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- Trim header
- Remove ABI versions from LIB_DEPENDS
- Update pkg-descr with latest features
- Pet portlint
PR: ports/179020
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
|
|
|
|
|
| |
PR: 178057 (based on)
Submitted by: Martin Dieringer <martin.dieringer@gmx.de>
|
| |
|
| |
|
|
|
|
|
| |
PR: 179214
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 179213
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-03-05 mail/p5-vpopmail: Broken for more than 6 month
2013-06-01 mail/vodmr: depends on expired mail/p5-vpopmail
2013-06-03 audio/ventrilo-server: No more public distfiles
2013-06-03 devel/libzrtp: No more public distfiles
2013-05-30 mail/postfix26: No longer supported by upstream
2013-06-01 devel/i386-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/i386-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/i386-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
|
|
|
|
|
| |
PR: ports/178895
Submitted by: Green Dog <fiziologus@gmail.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/179103
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
It is present in all supported versions of FreeBSD, and has had poor takeup.
I strongly suspect the strange-looking checks are partially to blame for
scaring maintainers off.
Go forth and please use it!
PR: ports/178269
Approved by: maintainers of all ports involved
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.linux-rpm.mk. The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
and below.
- Update LEGAL and MOVED
PR: ports/176877
Submitted by: myself
Approved by: portmgr (bapt)
Exp-run by: bapt
|
| |
|
| |
|
|
|
|
|
| |
PR: 178956
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 179039
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
|
|
|
|
|
| |
PR: 178873
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 178867
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Add option for GTK2 support.
- Add LICENSE.
PR: ports/174185
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/17892
Submitted by: az@
|
|
|
|
|
|
|
|
|
|
| |
- Sort pkg-plist
Changes: http://sourceforge.net/projects/lmms/files/lmms/0.4.14/
PR: ports/178820 [1]
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
Approved by: culot (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
|
|
|
|
|
|
|
| |
- While here hack build system to stop slave ports from overwriting
master's files on installation
Reported by: miwi [1]
|
|
|
|
|
|
|
| |
which is a gcc extensions
While here trim headers
Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
|
|
|
|
|
| |
- Assign maintainership to perl@
- Remove unnecessary depend on PERL_LEVEL < 5.12
|
| |
|
|
|
|
|
|
| |
I will host the tarball myself.
Submitted by: phw (miwi)
|
|
|
|
|
| |
PR: ports/178343
Submitted by: Yamagi Burmeister <yamagi@yamagi.org>
|
| |
|
| |
|
| |
|
|
|
|
| |
* Improve description.
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
I'll maintain.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/178550
Submitted by: Mark Felder <feld@feld.me> (maintainer)
|
|
|
|
|
| |
PR: ports/178544
Submitted by: Mark Felder <feld@feld.me> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 178657
Submitted by: Thomas Mueller <tmueller@sysgo.com>
Approved by: Mark Knight <markk@knigma.org> (maintainer)
|
|
|
|
|
|
| |
- Remove patches and checks for unsupported FreeBSD versions.
The area51 repository features commits by avilla, rakuco and myself.
|
| |
|
|
|
|
|
|
| |
Not that the result is ever checked... but never mind about that.
Reviewed by: Silence on multimedia@
|
|
|
|
|
| |
PR: ports/178635
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 178597
Submitted by: Ports Fury
|
|
|
|
|
|
| |
Minor bugfix.
Submitted by: maintainer (via IRC)
|
|
|
|
|
|
| |
GUI fixes and misc improvements.
Submitted by: maintainer (via priv mail)
|
|
|
|
| |
Reported by: miwi (Tcl/Tk 86 exp-run)
|
|
|
|
|
|
|
|
|
| |
current p5-Path-Class.
- Fix MySQL support.
- Assign maintainership to submitter.
PR: 177524
Submitted by: Mark Knight <markk@knigma.org>
|
| |
|
|
|
|
|
| |
PR: 177923
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
| |
revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description
[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
|
|
|
|
|
| |
PR: 178521
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
|
|
|
|
| |
- Replace in WWW entry, tabular by space
|
| |
|
| |
|
| |
|
|
|
|
| |
Finish to convert USES
|
|
|
|
|
|
|
|
| |
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
|
| |
|
|
|
|
| |
- Trim header
|
|
|
|
| |
- Trim header
|
| |
|
| |
|
|
|
|
|
|
| |
- Remove SWIG from RUN_DEPENDS.
- Sort plist.
- Cleanup.
|
| |
|
| |
|
| |
|
|
|
|
| |
Convert USE_READLINE by USES=readline
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
ChangeLog:
new in 2.0.2:
-Add: Italian translation
-Fix: Find normalize properly
Approved by: eadler,bdrewery (mentors, implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Unbreak build.
Assign Shane Ambler <FreeBSD@Shaneware.biz> as new maintainer.
PR: 177806
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz>
Approved by: Maintainer (devel@stasyan.com)
|
|
|
|
|
| |
PR: ports/178274
Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
|
|
|
|
|
|
| |
PR: ports/175986
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
to always have a number
Reviewed by: bapt
Spotted by: John Marino <draco@marino.st>
With hat: portmgr
|
| |
|
|
|
|
| |
Notified by: bdrewery
|
| |
|
| |
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert to new options framework
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 170405
Submitted by: Jan Beich <jbeich@tormail.org>
|
|
|
|
|
|
|
|
| |
- Installation of phonon-backends in now an option [1]
- Add a patch for detecting CLucene library
Build log: http://goo.gl/5ghAb
Suggested by: makc (http://goo.gl/Un5CA ) [1]
|
|
|
|
|
|
| |
Take out the compatibility shims for people who redefined MPDCONF-- they've
had enough warning. Error out with some helpful hints if people still haven't
moved to using musicpd.conf
|
|
|
|
| |
Submitted by: 4721
|
|
|
|
|
| |
PR: 177934
Submitted by: Ports Fury
|
|
|
|
|
|
| |
While here:
- trim headers
- convert to new options framework
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt)
|
|
|
|
| |
Submitted by: Bryan Drewery <bdrewery@FreeBSD.org>
|
|
|
|
|
|
|
| |
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gstreamer multimedia framework.
Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.
X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.
Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.
|
|
|
|
|
|
|
| |
lib_depends.
PR: ports/175941
Submitted by: pawel@
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
|
|
|
| |
While here convert USE_ICONV -> USES=iconv
|
|
|
|
|
|
|
| |
discontinued PyOpenAL project. In contrast to PyOpenAL, it has no licensing
restrictions, nor does it rely on C code, but uses ctypes instead.
WWW: http://bitbucket.org/marcusva/py-al
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
|
|
|
|
|
|
|
|
|
|
|
|
| |
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.
While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
| |
PR: 178027
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support CXX properly
PR: 177558
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 178028
Submitted by: Ports Fury
|
|
|
|
|
| |
Base the OPTIONS on the voices.conf, but don't generate on the fly; makes
make index et al slower
|
| |
|
|
|
|
|
| |
PR: ports/177752
Submitted by: Mark Felder <feld@feld.me> (maintainer)
|
|
|
|
|
|
| |
headers, that g++48 does not include implicitly (any more).
This allows compiling arts with g++48.
|
|
|
|
|
| |
Submitted by: bdrewery
Pointyhat to: bapt
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make the port NLS aware and make portlint happier.
ChangeLog:
1.3
- bump version ;-)
1.2.95 (1.3 rc)
- bugfixes
Approved by: eadler,bdrewery (mentors, implicit)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
| |
- Update mp3splt to 2.5.2
- Add license
- Pet portlint
Submitted by: maintainer via IRC
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
| |
PR: ports/178058
Approved by: arved (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/177886
Submitted by: Mark Felder <feld@feld.me> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Reported by: miwi
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
Add NLS to list of options, as required by the Porters Handbook.
Approved by: eadler,bdrewery (mentors, implicit)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
We can't use USES=cmake here - main project builds with gmake.
PR: ports/177285
Submitted by: r4721@tormail.org
Approved by: maintainer timeout
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
listening to, view your listening history and share it with friends. The more
Last.fm learns what you like, the better it gets.
WWW: http://www.last.fm/download
PR: ports/177233
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Feature safe: yes
|
|
|
|
|
|
|
|
| |
ChangeLog:
-Add: French translation
Approved by: bdrewery (mentor)
Feature safe: yes
|
|
|
|
|
|
|
| |
2013-04-17 audio/icecast: Unmaintained upstream since 2004. Use audio/icecast2 instead
2013-04-18 net-im/gajim-devel: This port is outdated for two years, no distfile available. Please use net-im/gajim instead
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style
Approved by: portmgr (bapt)
Feature safe: yes
|
|
|
|
|
|
| |
PR: 177587
Submitted by: mandree
Feature safe: yes
|
|
|
|
|
|
| |
PR: 177702
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Feature safe: yes
|
|
|
|
|
|
| |
PR: 177690
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Convert tab to space in pkg-descr
- Convert to USES=pathfix
Pointyhat to: eadler
Approved by: portmgr (implicit)
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (bdrewery), jpaetzel (mentor)
|
|
|
|
|
|
| |
- Remove custom install since adoption of USE_PYDISTUTILS
Approved by: portmgr (tabthorpe), jpaetzel (mentor)
|
|
|
|
| |
Approved by: portmgr (myself)
|
|
|
|
|
|
|
|
| |
- Fix build on 9.1
- Heed CC, CXX, CPPFLAGS, LDFLAGS in all subdir
- Drop ABI version in LIB_DEPENDS
Approved by: portmgr (miwi)
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr / maintainer (decke via irc)
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
Missing dependency from split of kdemultimedia.
Reported by: miwi
Approved by: portmgr (miwi), eadler (mentor)
|
|
|
|
|
|
| |
- While here trim header
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
editors/emacs23:
- Remove ABI versions from LIB_DEPENDS
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
Mk/bsd.emacs.mk:
- Update major version for editors/emacs port
*:
- Bump PORTREVISION to chase Emacs updates
PR: ports/177428[2]
Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set)
Contributed by: ashish
New ports (5):
devel/hs-geniplate 0.6.0.3
devel/hs-uuid 1.2.9
net/hs-maccatcher 2.1.5
net/hs-publicsuffixlist 0.0.3
textproc/hs-regex-tdfa 1.1.8
Removed ports (1):
math/hs-Agda-executable 2.3.0.1_3
Updated ports (115):
archivers/hs-zip-archive 0.1.3.3 --> 0.1.3.4
archivers/hs-zlib-conduit 0.5.0.3_1 --> 1.0.0
audio/hs-OpenAL 1.4.0.1_3 --> 1.4.0.2
databases/hs-persistent 1.1.4 --> 1.1.5.1
databases/hs-persistent-sqlite 1.1.2 --> 1.1.5
databases/hs-persistent-template 1.1.2.1 --> 1.1.2.4
devel/hs-Boolean 0.1.2 --> 0.2
devel/hs-ansi-terminal 0.5.5.1 --> 0.6
devel/hs-base64-bytestring 1.0.0.0_1 --> 1.0.0.1
devel/hs-base64-conduit 0.5.1 --> 1.0.0
devel/hs-basic-prelude 0.3.2.0 --> 0.3.4.0
devel/hs-bifunctors 3.2 --> 3.2.0.1
devel/hs-blaze-builder-conduit 0.5.0.3_1 --> 1.0.0
devel/hs-classy-prelude 0.4.3 --> 0.5.3
devel/hs-classy-prelude-conduit 0.4.3 --> 0.5.3
devel/hs-cmdargs 0.10.1_1 --> 0.10.2
devel/hs-conduit 0.5.6 --> 1.0.2
devel/hs-darcs 2.8.3_1 --> 2.8.4
devel/hs-either 3.1 --> 3.4
devel/hs-errors 1.3.1 --> 1.4.1
devel/hs-filestore 0.6 --> 0.6.0.1
devel/hs-filesystem-conduit 0.5.0.2_1 --> 1.0.0
devel/hs-git-annex 3.20130124 --> 4.20130323
devel/hs-hashtables 1.0.1.8_1 --> 1.1.0.2
devel/hs-haskeline 0.6.4.7_3 --> 0.7.0.3
devel/hs-hint 0.3.3.5_1 --> 0.3.3.6
devel/hs-hoogle 4.2.15 --> 4.2.16
devel/hs-hspec 1.4.3 --> 1.4.4
devel/hs-lens 3.8.5 --> 3.8.7.3
devel/hs-logict 0.5.0.2_1 --> 0.6
devel/hs-monad-logger 0.2.3.2 --> 0.3.0.1
devel/hs-monad-par 0.3_3 --> 0.3.4.1
devel/hs-mueval 0.8.2_3 --> 0.9
devel/hs-profunctors 3.2 --> 3.3
devel/hs-project-template 0.1.1 --> 0.1.3
devel/hs-readline 1.0.1.0_8 --> 1.0.3.0
devel/hs-reflection 1.1.6 --> 1.1.7
devel/hs-resourcet 0.4.4_1 --> 0.4.5
devel/hs-show 0.4.1.2_4 --> 0.5
devel/hs-simple-reflect 0.2_1 --> 0.3.1
devel/hs-smallcheck 0.6.2 --> 1.0.2
devel/hs-testpack 2.1.2_3 --> 2.1.2.1
devel/hs-threads 0.5.0.1_1 --> 0.5.0.2
devel/hs-time-compat 0.1.0.2_1 --> 0.1.0.3
devel/hs-unix-time 0.1.4_1 --> 0.1.5
devel/hs-uulib 0.9.14_4 --> 0.9.15
mail/hs-email-validate 0.3.2_1 --> 1.0.0
mail/hs-mime-types 0.1.0.2 --> 0.1.0.3
math/hs-Agda 2.3.0.1_3 --> 2.3.2
math/hs-NumInstances 1.0_4 --> 1.2
math/hs-comonad 3.0.1.1 --> 3.0.2
math/hs-contravariant 0.2.0.2_3 --> 0.4
math/hs-distributive 0.3 --> 0.3.1
math/hs-math-functions 0.1.1.2_1 --> 0.1.3.0
net/hs-network-conduit 0.6.2.2 --> 1.0.0
net/hs-sendfile 0.7.8_1 --> 0.7.9
net/hs-simple-sendfile 0.2.10 --> 0.2.11
net/hs-socks 0.4.2_1 --> 0.5.0
security/hs-crypto-api 0.10.2_3 --> 0.11
security/hs-crypto-conduit 0.4.3 --> 0.5.0
security/hs-monadcryptorandom 0.5_1 --> 0.5.1
security/hs-skein 0.1.0.11 --> 0.1.0.12
security/hs-tls 1.1.1 --> 1.1.2
textproc/hs-HStringTemplate 0.6.12_1 --> 0.7.1
textproc/hs-attoparsec 0.10.3.0 --> 0.10.4.0
textproc/hs-attoparsec-conduit 0.5.0.3_1 --> 1.0.0
textproc/hs-blaze-html 0.5.1.3 --> 0.6.0.0
textproc/hs-case-insensitive 0.4.0.4 --> 1.0
textproc/hs-citeproc-hs 0.3.7 --> 0.3.8
textproc/hs-highlighting-kate 0.5.3.5 --> 0.5.3.8
textproc/hs-hs-bibutils 4.16 --> 4.17
textproc/hs-html-conduit 0.1.0.4_1 --> 1.1.0
textproc/hs-hxt-regex-xmlschema 9.0.4_4 --> 9.1.0
textproc/hs-pandoc 1.9.4.5_1 --> 1.11.1
textproc/hs-pandoc-types 1.9.1_3 --> 1.10
textproc/hs-tagstream-conduit 0.5.3_1 --> 0.5.4
textproc/hs-xml-conduit 1.0.3.3_1 --> 1.1.0.3
textproc/hs-xmlhtml 0.2.0.3_1 --> 0.2.1
textproc/hs-yaml 0.8.2 --> 0.8.2.3
www/hs-activehs 0.3.0.1_1 --> 0.3.1
www/hs-authenticate 1.3.2_1 --> 1.3.2.6
www/hs-fastcgi 3001.0.2.3_7 --> 3001.0.2.4
www/hs-gitit 0.10.1.2 --> 0.10.3.1
www/hs-hS3 0.5.6_5 --> 0.5.7
www/hs-hamlet 1.1.3.1 --> 1.1.6.3
www/hs-happstack-server 7.1.1_1 --> 7.1.7
www/hs-heist 0.11.0 --> 0.11.1
www/hs-hjsmin 0.1.4 --> 0.1.4.1
www/hs-http-conduit 1.8.7 --> 1.9.0
www/hs-http-reverse-proxy 0.1.1.1 --> 0.1.1.3
www/hs-http-server 1.0.1_1 --> 1.0.2
www/hs-http-types 0.7.3.0.1_1 --> 0.8.0
www/hs-shakespeare 1.0.2_1 --> 1.0.3.1
www/hs-shakespeare-css 1.0.2_1 --> 1.0.3
www/hs-shakespeare-js 1.1.1 --> 1.1.2.1
www/hs-snap 0.11.0 --> 0.11.2
www/hs-snap-core 0.9.2.2_1 --> 0.9.3.1
www/hs-snap-server 0.9.2.4_1 --> 0.9.3.3
www/hs-wai 1.3.0.1_1 --> 1.4.0
www/hs-wai-app-static 1.3.1_1 --> 1.3.1.2
www/hs-wai-extra 1.3.2 --> 1.3.2.4
www/hs-wai-test 1.3.0_1 --> 1.3.0.4
www/hs-warp 1.3.7.1 --> 1.3.7.4
www/hs-yesod 1.1.7.2 --> 1.1.9.2
www/hs-yesod-auth 1.1.3 --> 1.1.5.3
www/hs-yesod-core 1.1.7.1 --> 1.1.8.2
www/hs-yesod-default 1.1.3 --> 1.1.3.2
www/hs-yesod-form 1.2.0.2 --> 1.2.1.3
www/hs-yesod-json 1.1.2_1 --> 1.1.2.1
www/hs-yesod-platform 1.1.7.2 --> 1.1.8
www/hs-yesod-routes 1.1.1.1_1 --> 1.1.2
www/hs-yesod-static 1.1.1.2 --> 1.1.2.2
www/hs-yesod-test 0.3.3 --> 0.3.5
x11-wm/hs-xmonad-contrib 0.11 --> 0.11.1
x11/hs-X11 1.6.0.2 --> 1.6.1.1
Please note that port revisions for dependent ports are bumped.
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
| |
- Use nepomuk-core component instead of explicit dependency.
- Remove update-mime-database command.
- Bump PORTREVISION.
PR: 176735
|
|
|
|
|
|
| |
PR: ports/176765
Submitted by: myself
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
gnomehier does
- Trim header
Reported by: pointyhat
|
|
|
|
|
| |
- Fix COMMENT
- Trim header
|
| |
|
|
|
|
| |
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
|
|
|
|
| |
Reviewed by: miwi
|
|
|
|
|
|
|
|
| |
- Tighten COMMENT text
- Drop shlib ABI versions from LIB_DEPENDS
- Rename DOCS option to DOXYGEN to reflect its evil nature, and disable
it by default (of course)
- Clean up Makefile while here, reformat port description
|