Commit graph

1326 commits

Author SHA1 Message Date
Maho Nakata
a8d4c9422e update to 1.5.0.1. 2012-02-16 02:30:10 +00:00
Sunpoet Po-Chuan Hsieh
69210a7789 - Update to 0.78
- Sort TEST_DEPENDS, MAN1, MAN3 and PLIST

Changes:	http://search.cpan.org/dist/Bio-NEXUS/doc/changes.txt
2012-02-11 02:04:41 +00:00
Sunpoet Po-Chuan Hsieh
c9472c880f - Update to 2.26
Changes:	http://search.cpan.org/dist/Bio-Graphics/Changes
2012-02-11 02:04:24 +00:00
Sunpoet Po-Chuan Hsieh
9bf25c17ed - Update to 1.22
Changes:	http://search.cpan.org/dist/Bio-MAGETAB/Changes
2012-02-09 03:28:51 +00:00
Wen Heping
58000f342c - Update to 0.77 2012-02-09 01:23:59 +00:00
Dirk Meyer
939e416233 - fix build with gcc46 2012-02-07 05:36:27 +00:00
Pav Lucistnik
b63d0c6830 - Mark BROKEN on FreeBSD 9.X and up: does not compile
gcc: AdFrameworkFunctions.m: Objective-C compiler not installed on this system

Reported by:	pointyhat
2012-02-05 22:40:04 +00:00
Martin Wilke
fd3d7b435b - Respect CC
PR:		163172
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer timeout
2012-01-27 17:41:00 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Sylvio Cesar Teixeira
aad73e57ae - Update to 3.23 2012-01-17 00:51:39 +00:00
Alex Dupre
1b91e235c3 Chase pdflib.so version and bump PORTREVISION accordingly. 2012-01-10 11:41:37 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Wen Heping
9b0bddd84f - Update to 0.87 2011-12-23 08:05:00 +00:00
Sunpoet Po-Chuan Hsieh
80aec0046e - Update to 1.21
Changes:	http://search.cpan.org/dist/Bio-MAGETAB/Changes
Feature safe:	yes
2011-11-23 17:40:48 +00:00
Pietro Cerutti
c56e966dc9 - unbreak
Feature safe:	yes
2011-11-17 13:22:29 +00:00
Mark Linimon
2e14f19ca3 Does not build on powerpc-9: error in pthreads.
Hat:		portmgr
Feature safe:	yes
2011-11-10 14:30:51 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Pav Lucistnik
7bd53bb5b7 - Mark BROKEN: does not compile with new fltk
Reported by:	pointyhat
2011-11-04 22:19:36 +00:00
Pav Lucistnik
a1e47d45d2 - Fix fetch and update WWW 2011-11-04 20:39:12 +00:00
Martin Wilke
bc14c0ad9e - Fix build on FreeBSD 10 2011-10-29 11:10:22 +00:00
Sunpoet Po-Chuan Hsieh
453389fd26 - Update to 0.45 2011-10-29 06:20:45 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Sunpoet Po-Chuan Hsieh
80331d2a02 - Update to 0.43 2011-10-17 01:38:22 +00:00
Wen Heping
1ec5b32963 - Update to 0.44 2011-10-13 06:27:34 +00:00
Pav Lucistnik
13b0de982b - ${FFLAGS} might contain commas
Reported by:	pointyhat
2011-10-10 20:17:22 +00:00
Wen Heping
de399c166e - Update to 0.7
ChangeLog: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-0.7/Changes
2011-10-10 02:33:51 +00:00
Frederic Culot
a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00
Sunpoet Po-Chuan Hsieh
633fcd8a82 - Update to 2.25
- Sort MAN3 and PLIST
- Pet portlint

Changes:	http://search.cpan.org/dist/Bio-Graphics/Changes
2011-10-02 17:03:33 +00:00
Steve Wills
3f7512cd24 - Add build depends to silence build warnings 2011-09-25 00:07:08 +00:00
Steve Wills
d00b961fcf - Fix missing DEPENDS to silence build warnings 2011-09-24 20:45:23 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Wen Heping
cb2fc04876 - Update to 0.6
ChangeLog: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-0.6/Changes
2011-09-22 07:34:49 +00:00
Carlo Strub
178dc40a96 Change maintainer address to my FreeBSD address
Approved by:	wen@ (mentor)
2011-09-15 12:33:27 +00:00
Wen Heping
5879d16b61 - Fix MASTER_SITES and WWW: line
- Add LICENSE
- Support CC/CFLAGS properly

PR:		ports/160083
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-26 00:24:48 +00:00
Steve Wills
6a945607ef - Add missing BUILD_DEPENDS
PR:		ports/159827
Submitted by:	swills (me)
Approved by:	wen (maintainer)
2011-08-18 01:30:02 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Wen Heping
ad07e6148a - Update to 1.5.1 2011-08-11 11:37:18 +00:00
Frederic Culot
02ce43955f - Update to 0.40
- Add LICENSE (Artistic 1 & GPLv1)
2011-08-09 18:26:45 +00:00
Emanuel Haupt
f760c11728 Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared.
2011-08-02 20:58:23 +00:00
Baptiste Daroussin
a9746993e1 Deprecate port with no more public distfiles 2011-08-02 05:36:33 +00:00
Baptiste Daroussin
2e6cabfa17 Bye bye abandonwares (part 2)
2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles
2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles
2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile
2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile
2011-08-01 biology/distribfold: No more upstream, looks like an abandonware
2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile
2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile
2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile
2011-08-01 chinese/ntuttf: No more public distfiles available
2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile
2011-08-01 chinese/tocps: No more pulic distfiles
2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile
2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles
2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile
2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile
2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile
2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles
2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile
2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead
2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile
2011-08-01 databases/sybase_ase: no more public distfiles available
2011-08-01 04:29:44 +00:00
Sunpoet Po-Chuan Hsieh
1abb4c4130 - Update to 0.39 2011-08-01 03:11:37 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Sunpoet Po-Chuan Hsieh
44e3305c58 - Update to 0.38
- Sort MAN3 and PLIST
2011-07-16 06:08:34 +00:00
Sunpoet Po-Chuan Hsieh
b0ea119ac6 - Update to 1.20
- Sort RUN_DEPENDS and MAN3

Changes:	http://search.cpan.org/dist/Bio-MAGETAB/Changes
2011-07-13 06:48:25 +00:00
Martin Wilke
231379d81f - kick MD5 2011-07-02 11:33:17 +00:00
Chris Rees
f568ba617f - Use USERS and GROUPS
- Use ${SH} instead of calling script directly

PR:		ports/157575
Submitted by:	Chris Rees (utisoft@gmail.com)
Approved by:	tabthorpe (co-mentor)
2011-06-27 17:50:37 +00:00
Nicola Vitale
c8a6af0499 - Fix *_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
2011-06-25 07:21:20 +00:00
Max Brazhnikov
17fdc75f81 Switch dependency on povray to povray-meta port.
Remove MD5 sum while I'm here.
2011-06-20 22:32:03 +00:00