| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
biology/p5-BioPerl into biology/p5-Bio-Coordinate
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=428943
|
|
|
|
|
|
|
|
|
|
| |
Bio::Coordinate classes are used for working with various biological coordinate
systems. See Bio::Coordinate::Collection and Bio::Collection::Pair for examples.
WWW: http://search.cpan.org/dist/Bio-Coordinate/
Notes:
svn path=/head/; revision=428942
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change MASTER_SITES back to CPAN
- Update LICENSE
- Add LICENSE_FILE
- Use PORTDOCS
- Convert to options target helper
- Use INSTALL_SCRIPT
- Pet portlint: fix diff header of patch file
Changes: http://search.cpan.org/dist/BioPerl-Run/Changes
Notes:
svn path=/head/; revision=428941
|
|
|
|
|
|
|
|
|
|
|
| |
- Update *_DEPENDS
- Use TEST_DEPENDS: Test::Most and URI::Escape are test-only dependencies
- Use PORTDATA, PORTDOCS and PORTEXAMPLES
Changes: http://search.cpan.org/dist/BioPerl/Changes
Notes:
svn path=/head/; revision=428940
|
|
|
|
| |
Notes:
svn path=/head/; revision=428939
|
|
|
|
| |
Notes:
svn path=/head/; revision=428938
|
|
|
|
|
|
|
|
| |
PR: 215410
Submitted by: freebsd@dns-lab.com (maintainer)
Notes:
svn path=/head/; revision=428937
|
|
|
|
|
|
|
|
|
|
| |
Changes this release:
http://tulip.labri.fr/TulipDrupal/?q=node/2143
Approved by: adamw (mentor, implicit)
Notes:
svn path=/head/; revision=428936
|
|
|
|
|
|
|
|
|
|
| |
Changes this release:
http://hplipopensource.com/hplip-web/release_notes.html
Approved by: adamw (mentor, implicit)
Notes:
svn path=/head/; revision=428935
|
|
|
|
|
|
|
|
| |
PR: 214974
Submitted by: John Hixson <jhixson@gmail.com>
Notes:
svn path=/head/; revision=428934
|
|
|
|
| |
Notes:
svn path=/head/; revision=428933
|
|
|
|
| |
Notes:
svn path=/head/; revision=428932
|
|
|
|
|
|
|
|
|
|
| |
Changes this release:
http://www.gphoto.org/news/
Approved by: adamw (mentor, implicit)
Notes:
svn path=/head/; revision=428931
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add missing dependency to kde-baseapps that provides keditbookmarks that
provides the Bookmarks functionality. [1]
- Add license file and fix license version.
- Add missing dependencies (reported by stage-qa).
PR: 211769
Suggested by: tcberner
Notes:
svn path=/head/; revision=428930
|
|
|
|
|
|
|
| |
Approved by: adamw (mentor, implicit)
Notes:
svn path=/head/; revision=428929
|
|
|
|
|
|
|
|
|
|
| |
Changes this release:
https://github.com/MediaBrowser/Emby/releases/tag/3.1.0
Approved by: adamw (mentor, implicit)
Notes:
svn path=/head/; revision=428928
|
|
|
|
|
|
|
|
|
|
| |
Changes this release:
https://gramps-project.org/2016/12/gramps-4-2-5-released/
Approved by: adamw (mentor, implicit)
Notes:
svn path=/head/; revision=428927
|
|
|
|
|
|
|
| |
Changes: https://github.com/colmap/colmap/compare/55fbe10...2.1
Notes:
svn path=/head/; revision=428926
|
|
|
|
|
|
|
|
|
| |
PR: 215357
Submitted by: Jan Beich <jbeich@FreeBSD.org>
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=428925
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=428924
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.7-110-gc551bb0...v5.25.7-145-g54f6f37
Sponsored by: Absolight
Notes:
svn path=/head/; revision=428923
|
|
|
|
|
|
|
| |
Reported by: gahr
Notes:
svn path=/head/; revision=428922
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=428921
|
|
|
|
|
|
|
|
|
| |
- Fix build on 9.x by specifying proper c++ standard requirement and adding missing include
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=428920
|
|
|
|
|
|
|
|
|
|
|
|
| |
These headers belong to third party libraries (gdalcpp, protozero,
utfcpp), but since these are not in the ports yet, just install
bundled ones for now.
PR: 215391
Submitted by: mmd.osm+freebsd@gmail.com
Notes:
svn path=/head/; revision=428919
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As noticed in x11-toolkits/qt5-charts we never corrected the way in which qmake
sets the pkgconfig path for Qt5-modules. Instead there was a sed-call on the
generated Makefiles in bsd.qt.mk in the target qt-pre-install.
This diff modifies devel/qmake5 to set QMAKE_PKGCONFIG_DESTDIR to
../libdata/pkgconfig from the default pkgconfig.
As we split Qt-base into multiple ports, simply patching devel/qmake5 is not
enough, as the other base-ports will use the file from inside the tarball.
Therefore add it as an extrapatch for the Qt-base ports.
As this affects the same file extrapatch-libtool in devel/qt5 touched, rename
this one and add a hunk to do this change too.
Note: qt4 ports are unaffected, as they never were converted to used the
qt-preinstall target, and still contain the sed-call in their Makefiles.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8713
Notes:
svn path=/head/; revision=428918
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from releasenotes.txt:
** DavMail 4.7.3 released **
Another bugfix release, mostly from user feedback. Also improve Windows installer to let users
choose whether they want to run DavMail automatically at logon.
Enhancement:
- Improve windows installer, make auto start at logon optional
- Update release guide with opensuse build env
- update icon cache
- Update winrun4j wrappers icon to 128x128
EWS:
- EWS: workaround for invalid cookie domain on Office365
DAV:
- DAV: merge patch from #232 Outlook-created appt does not go through. OWA-created one does
IMAP:
- IMAP: additional fix for #626, workaround for from: header not searchable over EWS
- IMAP: fix for #626, workaround for to: header not searchable over EWS
SMTP:
- SMTP: Merge patch 627 by Peter Chubb, server returns incorrect code on authentication failure
PR: 214900
Submitted by: z7dr6ut7gs@snkmail.com
Approved by: john.c.prather@gmail.com (maintainer)
Notes:
svn path=/head/; revision=428917
|
|
|
|
|
|
|
| |
- Simplify installation, cosmetic fixes
Notes:
svn path=/head/; revision=428916
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=428915
|
|
|
|
|
|
|
|
|
| |
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=428914
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=428913
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=428912
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=428911
|
|
|
|
|
|
|
| |
Approved by: jpaetzel (mentor)
Notes:
svn path=/head/; revision=428910
|
|
|
|
|
|
|
| |
- Switch to options helpers
Notes:
svn path=/head/; revision=428909
|
|
|
|
| |
Notes:
svn path=/head/; revision=428908
|
|
|
|
| |
Notes:
svn path=/head/; revision=428907
|
|
|
|
|
|
|
| |
- Unbreak i386-wine-staging: patches are now available.
Notes:
svn path=/head/; revision=428906
|
|
|
|
| |
Notes:
svn path=/head/; revision=428905
|
|
|
|
| |
Notes:
svn path=/head/; revision=428904
|
|
|
|
|
|
|
|
|
| |
PR: 214997
Submitted by: mzaki@e-mail.ne.jp
Approved by: maintainer(timeout, > 14 days)
Notes:
svn path=/head/; revision=428903
|
|
|
|
| |
Notes:
svn path=/head/; revision=428902
|
|
|
|
| |
Notes:
svn path=/head/; revision=428901
|
|
|
|
|
|
|
|
| |
PR: 215387
Submitted by: Axel.Rau@Chaos1.DE(maintainer)
Notes:
svn path=/head/; revision=428900
|
|
|
|
| |
Notes:
svn path=/head/; revision=428899
|
|
|
|
|
|
|
|
| |
PR: 215385
Submitted by: Axel.Rau@Chaos1.DE(maintainer)
Notes:
svn path=/head/; revision=428898
|
|
|
|
|
|
|
|
|
|
|
|
| |
parsing, splitting and formatting SQL statements.
WWW: https://github.com/andialbrecht/sqlparse
PR: 215386
Submitted by: Axel.Rau@Chaos1.DE
Notes:
svn path=/head/; revision=428897
|
|
|
|
|
|
|
|
|
| |
ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327.
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=428896
|
|
|
|
| |
Notes:
svn path=/head/; revision=428895
|
|
|
|
| |
Notes:
svn path=/head/; revision=428894
|