aboutsummaryrefslogtreecommitdiff
path: root/misc/bibletime
Commit message (Collapse)AuthorAgeFilesLines
* - Mark as BROKEN on 12.XThomas Abthorpe2017-04-201-0/+2
| | | | | | | MFH: 2017Q2 Notes: svn path=/head/; revision=438948
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 2.10.1Thomas Abthorpe2015-01-103-15/+3
| | | | Notes: svn path=/head/; revision=376675
* Cleanup plistBaptiste Daroussin2014-12-091-37/+0
| | | | Notes: svn path=/head/; revision=374378
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* - Chase misc/sword shlib changeThomas Abthorpe2014-01-161-4/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=339988
* - Bump PORTREVISION to chase shlib change in misc/swordThomas Abthorpe2014-01-151-2/+2
| | | | Notes: svn path=/head/; revision=339757
* - Fix text filter settings not being savedThomas Abthorpe2014-01-042-1/+12
| | | | | | | | | - Bump PORTREVISION Submitted by: Jaak Ristioja (upline developer) Notes: svn path=/head/; revision=338624
* - Update to 2.10.0Thomas Abthorpe2013-12-313-43/+195
| | | | Notes: svn path=/head/; revision=338327
* - Remove NO_STAGEThomas Abthorpe2013-12-231-1/+0
| | | | | | | | | - Turns out cmake(1) has it all built in Thanks to: bapt Notes: svn path=/head/; revision=337285
* - Explicity depend on libsword-1.6.2.soThomas Abthorpe2013-12-111-2/+5
| | | | | | | | - Fix LIB_DEPENDS for clucene - Add CONFLICTS for soon to be added bibletime-devel Notes: svn path=/head/; revision=336186
* - Revert to previous versionThomas Abthorpe2013-12-111-5/+2
| | | | | | | Submitted by: FreshPorts Sanity checking daemon Notes: svn path=/head/; revision=336148
* - Explicitly depend on sword 1.6.2Thomas Abthorpe2013-12-111-2/+5
| | | | | | | - Add CONFLICTS for soon to be added 2.10 Notes: svn path=/head/; revision=336147
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Now that misc/sword port is fixed, remove no longer needed USE_GCCAlexey Dokuchaev2013-09-102-11/+8
| | | | | | | | | | | - While here: drop the article from COMMENT, remove LICENSE_FILE (it was actually just vanilla GPL boilerplate), sanitize dependencies, put USES where it's normally found; tidy up port description a bit. Approved by: tabthorpe (maintainer, implicit) Notes: svn path=/head/; revision=326860
* - Add USE_GCC=any to build on 10.XThomas Abthorpe2013-09-101-0/+1
| | | | | | | Submitted by: pkg-fallout Notes: svn path=/head/; revision=326855
* - Update to 2.9.2Thomas Abthorpe2013-06-293-161/+4
| | | | Notes: svn path=/head/; revision=322025
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Re-assign textproc/clucene maintainship to office@. [1]Jung-uk Kim2013-01-281-7/+2
| | | | | | | | | | | | | | | | | | | | | | - Update textproc/clucene to 2.3.3.4. Note this version is required by recent LibreOffice. - Remove textproc/clucene-contrib because it is now integrated into textproc/clucene. [2] - Mark textproc/p5-Lucene as broken. There is no dependent port and it was only written for obsolete Lucene 0.9.x API. [3] - Update deskutils/kdepim4 and deskutils/strigi to build with the new CLucene port. [4] - Update misc/bibletime and misc/sword to use new CLucene 2.3.x API. [5] Approved by: clsung (maintainer timeout) [1] Approved by: tj (maintainer) [2] Approved by: perl [3] Approved by: kde [4] Approved by: tabthorpe (maintainer timeout) [5] Obtained from: The SWORD Project [5] Notes: svn path=/head/; revision=311137
* - Chase change to misc/swordThomas Abthorpe2012-07-011-1/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=300299
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 2.9.1Thomas Abthorpe2011-12-233-3/+48
| | | | Notes: svn path=/head/; revision=287898
* - Update to 2.9.0Thomas Abthorpe2011-12-083-9/+77
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287074
* - Update to 2.8.4Thomas Abthorpe2011-11-232-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286280
* - Remove patch, forgotten in last commitThomas Abthorpe2011-11-231-11/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286275
* - Update to 2.8.3Thomas Abthorpe2011-11-223-3/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286256
* - Update to 2.8.2Thomas Abthorpe2011-09-082-3/+4
| | | | Notes: svn path=/head/; revision=281451
* CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from MakefilesMax Brazhnikov2011-04-101-10/+2
| | | | | | | | | Clean up and remove support for 6.x Approved by: tabthorpe via irc Notes: svn path=/head/; revision=272464
* - Update to 2.8.1Thomas Abthorpe2011-01-232-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268128
* - Remove boost dependencyThomas Abthorpe2010-12-021-3/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=265600
* - Update to 2.8.0Thomas Abthorpe2010-11-284-4/+83
| | | | Notes: svn path=/head/; revision=265302
* - Chase misc/sword libbumpThomas Abthorpe2010-10-282-2/+2
| | | | | | | | - Bump PORTREVISION - Remove MD5 checksum while I am here Notes: svn path=/head/; revision=263708
* - Update to 2.7.3Thomas Abthorpe2010-09-082-4/+5
| | | | Notes: svn path=/head/; revision=260746
* - Update to 2.7.2Thomas Abthorpe2010-07-122-4/+4
| | | | Notes: svn path=/head/; revision=257699
* - Update to 2.7.1Thomas Abthorpe2010-07-072-4/+6
| | | | | | | | | - Add LICENSE Feature safe: yes Notes: svn path=/head/; revision=257498
* - Update to 2.7Thomas Abthorpe2010-05-202-5/+4
| | | | Notes: svn path=/head/; revision=254645
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 2.6Thomas Abthorpe2010-02-253-14/+14
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250308
* - Chase sword libbumpThomas Abthorpe2010-01-072-14/+2
| | | | | | | - Remove CONFLICTS and un-needed patch Notes: svn path=/head/; revision=247346
* - Update to 2.5Thomas Abthorpe2009-12-204-82/+141
| | | | Notes: svn path=/head/; revision=246317
* - Update to 2.4Thomas Abthorpe2009-11-183-23/+25
| | | | Notes: svn path=/head/; revision=244440
* - Fix CONFLICTS missed in previous commitThomas Abthorpe2009-10-301-1/+1
| | | | Notes: svn path=/head/; revision=243561
* - Rename misc/bibletime-kde4 -> misc/bibletime now that KDE dependencies are ↵Thomas Abthorpe2009-10-304-0/+818
| | | | | | | removed Notes: svn path=/head/; revision=243560