Commit Graph

1774 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
a8fed5544c - Cosmetic change 2015-01-12 18:46:54 +00:00
Sunpoet Po-Chuan Hsieh
d9ccb36555 - Update to 3.03
- Fix *_DEPENDS: Crypt::SSLeay, Net::SSLeay and URI were replaced by Net::HTTPS::Any since 3.01

Changes:	http://search.cpan.org/dist/Business-OnlinePayment/Changes
2015-01-12 18:35:42 +00:00
Anton Berezin
6d1c3f6daa Update to 1.21. 2015-01-10 13:08:30 +00:00
Wen Heping
c9a874400c - Update to 4.11.5 2015-01-10 03:59:18 +00:00
Antoine Brodin
c74aaf147a Allow building with libc++ r224926
PR:		ports/196625
Submitted by:	dim@
2015-01-09 17:55:09 +00:00
Marcus von Appen
472dad3abb - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat:	python@
2015-01-03 08:47:51 +00:00
Sunpoet Po-Chuan Hsieh
8df5821d7e - Add LICENSE
- Sort *_DEPENDS
- Add PORTSCOUT
- Sort PLIST
2015-01-01 19:01:51 +00:00
Koop Mast
32bf002eb2 Fix the build on 9.x and 8.x after the update of webkit-gtk2. 2014-12-30 20:28:43 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Guido Falsi
e63924267f Update to 2.6.5
Approved by:	kwm (gnome, implicit)
2014-12-22 08:18:25 +00:00
Baptiste Daroussin
daeae785f9 Get rid of gnomehier 2014-12-21 00:07:32 +00:00
Baptiste Daroussin
04deb4a5b7 Cleanup plist 2014-12-20 18:24:48 +00:00
Pawel Pekala
83d396ebbd - Update to version 0.92.3 [1]
- Upstream switched to github [1]
- Remove leading article from COMMENT

PR:		194753 [1]
Submitted by:	maintainer [1]
2014-12-06 18:26:27 +00:00
David Naylor
dc3d8ce34f Update finance/R-cran-fBasics to 3011.87.
No change log available.
2014-12-05 09:44:32 +00:00
Jason E. Hale
91cf338cf8 - Update to 1.48 2014-11-30 22:53:19 +00:00
Raphael Kubo da Costa
771349cf17 Update to 1.10.0. 2014-11-30 17:24:19 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Antoine Brodin
1ef6c2804f Cleanup plist 2014-11-13 14:32:39 +00:00
Wen Heping
92ade43175 - Update to 1.6.0.9 2014-11-08 12:26:21 +00:00
David Naylor
cdd3addd76 Update finance/R-cran-timeSeries to 3011.98
ChangeLog:
 * vignette 'plotting timeSeries objects' added
 * DESCRIPTION, required packages added
 * Refcard PDF added to doc directory
2014-11-01 13:22:00 +00:00
David Naylor
ada5705b96 Update finance/R-cran-timeDate to 3011.99.
ChangeLog (not updated):
 * Add "Roxygen Tags"
 * Change whitespacing on all files
 * Use auto-generated for NAMESPACE file.
2014-11-01 13:14:33 +00:00
Baptiste Daroussin
2ed225dfde Cleanup plist 2014-10-27 12:39:32 +00:00
John Marino
5a0ee1f89c finance/libstocks: Remove --mmap switch from grep command
This is a GNU grep specific switch that was disabled in March 2010
(~version 2.6) and finally removed in version 2.17 (Feb 2014).  It's
still supported in the base grep, but the man page talks about possible
core dumps.  DragonFly has grep v2.20 in base now and the port stopped
building.  Just remove the deprecated/EOL'd option.
2014-10-23 12:07:01 +00:00
Marcus von Appen
a1190ace45 - Convert finance/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:18:18 +00:00
Max Brazhnikov
88839ffb0b finance/skrooge and devel/kdevplatform:
- Chase devel/grantlee update
- remove deprecated USE_KDE4=kdehier
2014-10-19 15:58:55 +00:00
Johannes Jost Meixner
fe103bfd33 finance/frontaccounting: upgrade to 2.3.22
- Upgrade to 2.3.22
- Depend on Apache 2.2 or later.
- Add dependency on mod_php5 or CGI when used with Apache
- Add NLS option
- (re-)assign maintainer to ek@purplehat.org

PR:		194255
Differential Revision:	https://reviews.freebsd.org/D964
Submitted by:	ek@purplehat.org
Approved by:	swills (mentor)
2014-10-18 15:27:22 +00:00
Alex Kozlov
43a22bb0dd - Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D911
2014-10-16 08:55:30 +00:00
Pawel Pekala
48ce5dce19 Remove @dirrm's from my ports plists 2014-10-13 22:08:27 +00:00
TAKATSU Tomonari
6d89459c81 - Update to 0.4-2
- Fix typo
2014-10-13 05:41:07 +00:00
Antoine Brodin
3664bb716f - Allow staging as a regular user
- Bump portrevision as some files were not packaged with intended owner
2014-10-12 15:31:04 +00:00
Wen Heping
ab51065376 - Update to 4.11.4
- Add LICENSE
- Pet portlint
2014-10-12 12:21:12 +00:00
Antoine Brodin
6743f9b86f - Allow staging as a regular user
- Bump portrevision as files were not packaged with intended owner
2014-10-08 19:04:40 +00:00
Guido Falsi
16f2776819 - Fix gnucash configure script to accept guile 1.8
- Add options to gnucash port to choose which guile version to use
- Remove superceded UPDATING entry

Approved by:	kwm (gnome, implicit)
2014-10-05 13:32:37 +00:00
TAKATSU Tomonari
a509cfbfec - Update to 0.4-1
- Fix RUN_DEPENDS
- Optionize R-cran-Defaults
2014-10-05 04:13:48 +00:00
Antoine Brodin
a7e0fd4489 Do not depend on both py-imaging and py-pillow (via py-reportlab2)
No bump as the port is broken
2014-10-04 23:09:47 +00:00
Baptiste Daroussin
9d3d64847a Convert to USES=pear 2014-09-30 21:25:37 +00:00
Guido Falsi
0c13b687d4 - Update gnucash and gnucash-docs to 2.6.4
- Remove dirrms from plist
- Consistently use DATADIR in gnucash plist

Approved by:	kwm (gnome, implicit)
2014-09-30 09:09:45 +00:00
Jason E. Hale
e90fb1d3dc - Update to 1.47 2014-09-24 13:37:01 +00:00
Jason E. Hale
59495262b9 - Trim @dirrm[try] from pkg-plist 2014-09-22 12:42:19 +00:00
Steve Wills
6ee9c3694d finance/rubygem-money: update to 6.3.0 2014-09-21 20:56:12 +00:00
Antoine Brodin
e995602ca6 Allow staging as a regular
Bump portrevision as files were not packaged with intended owner
2014-09-21 14:08:59 +00:00
TAKATSU Tomonari
d86475783a - Update to 1.4.3541
- Update LICENSE section
2014-09-21 09:03:21 +00:00
Pawel Pekala
98a783000b Update to version 0.22
PR:		ports/193535
Submitted by:	milios@ccsys.com
2014-09-20 16:42:04 +00:00
Jason E. Hale
b4ce2b8cb4 - Update to 0.9.10 2014-09-19 10:47:13 +00:00
Steve Wills
7e9839ad3b finance/rubygem-money: update to 6.2.0 2014-09-15 01:41:22 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Baptiste Daroussin
82a079fce3 Remove non staged ports without pending PR from f* 2014-09-01 15:53:20 +00:00
Guido Falsi
43edc2db35 Chase lang/guile shlib bump.
Approved by:	kwm (gnome, implicit)
2014-08-31 17:26:45 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00