Commit graph

1918 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
09e9fc3c2f - Update to 1.14.2 2015-09-17 12:54:47 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00
Muhammad Moinur Rahman
9787ec44da biology/seaview: Update version 4.5.4.4=>4.5.4.6 2015-09-15 14:44:47 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Baptiste Daroussin
d59c43836a Enfoce unicode version of wxGTK 2015-09-13 18:45:47 +00:00
Danilo Egea Gondolfo
ac8989c768 - Update to 1.14.1 2015-09-13 18:05:54 +00:00
Sunpoet Po-Chuan Hsieh
c9368d48f9 - Add LICENSE
- Add NO_ARCH
- Use BROKEN_RUBY22
- While I'm here, use single space after WWW:

Approved by:	portmgr (blanket)
With hat:	ruby
2015-09-03 16:23:37 +00:00
Alexey Dokuchaev
4abd2afa2c - Unbreak on PowerPC by using atomicops implementation for Linux and GCC
__sync_* functions family
- Remove BROKEN_ia64: it never had been first-class architecture, killed
  officially in -CURRENT for a while now
- Sanitize installation commands and sort the knobs while I am here
2015-09-02 12:29:09 +00:00
Alexey Dokuchaev
052e315217 - Do not falsely advertise that PowerPC build runs out of space and fails
- Remove redundant PKGMESSAGE assignment and sanitize symlinks while here
2015-09-02 10:35:25 +00:00
Alexey Dokuchaev
670f0e0e42 Unbreak the build on PowerPC (at least) by always using va_copy() macro for
copying variable argument lists, not just on AMD64.
2015-09-02 10:10:06 +00:00
Alexey Dokuchaev
a56efba135 Unbreak the build on PowerPC, it had nothing to do with "error in pthreads":
configure script was passing `-faltivec' to the compiler, while this flag is
non-standard and only supported on Mac OS X/Darwin systems.

Also replace Apple-specific Altivec detection with querying the "hw.altivec"
sysctl instead.
2015-09-02 09:23:05 +00:00
Dmitry Marakasov
83235e7fc9 - Switch to options helpers 2015-09-02 03:04:09 +00:00
Raphael Kubo da Costa
3705667db1 Switch to USES=iconv:build.
The port does not use iconv on its own, the only dependency comes via
libxml2, which has one header that includes iconv.h.
2015-08-25 13:15:17 +00:00
Mathieu Arnold
bc0d524329 Fix previous commit.
Pointy hat to:	mat
Sponsored by:	Absolight
2015-08-19 13:41:51 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Philip M. Gollucci
71f877793d biology/ugene: qt4-linguist -> qt4-linguisttools
- add USES=desktop-file-utils

PR:                  202138
Submitted by:        s3erios@gmail.com
Approved by:         h2+fbsdports@fsfe.org
2015-08-18 20:02:45 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Kurt Jaeger
0269d640fc biology/seqtools: 4.35 -> 4.36
Minor under-the-hood changes
2015-08-08 11:22:24 +00:00
Dmitry Marakasov
a70208be74 Fix build on mips by properly respecting compiler and flags 2015-08-05 12:18:41 +00:00
Mathieu Arnold
53cb289f4a Update to 1.65.
PR:		201888
Submitted by:	brueffer
Approved by:	maintainer
Sponsored by:	Absolight
2015-08-05 10:32:31 +00:00
Antoine Brodin
afe5727737 Unbreak
Reported by:	pkg-fallout
2015-07-28 17:52:11 +00:00
Alexey Dokuchaev
856105bda2 - Fix four cases of an obvious typo: LICENSE_FILES -> LICENSE_FILE
- While here: move knobs to their expected location, remove useless check
  for ${PORT_OPTIONS:MDOCS} when installing documentation, standardize
  Makefile headers
2015-07-25 15:06:48 +00:00
Alexey Dokuchaev
0a216b375c - Update Unipro UGENE to version 1.17.0 (documentation was also rerolled)
- Remove no longer required local source code tweaks (picked up upstream)
2015-07-15 07:18:08 +00:00
Danilo Egea Gondolfo
88e7c8d386 - Update to 1.14.0
- Use install-strip
2015-07-12 18:25:07 +00:00
Kurt Jaeger
97a21e2f53 biology/seqtools: 4.34.1 -> 4.35
- Blixem bug fix in sorting features, RT 473624
- Compilation of the seqtools in parallel, RT 467905
- Fix bug with sorting by similarity/identity to first sequence (RT:473624)
- Fix an error compiling with multiple threads (RT:467905)
2015-07-07 14:17:51 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Wen Heping
0c0c24c6a2 - Update options 2015-06-28 15:30:41 +00:00
Wen Heping
65167a114c - Update to 3.6.11
- Convert to optionsNG
2015-06-28 13:31:38 +00:00
Baptiste Daroussin
16cbf75f61 Use BROKEN helpers 2015-06-27 14:30:19 +00:00
Baptiste Daroussin
58dc978e42 Use BROKEN helpers 2015-06-27 14:29:25 +00:00
Dmitry Marakasov
043cdf9d8f - Add LICENSE
- Fix shebangs

Approved by:	porgmgr (bapt)
2015-06-25 09:32:18 +00:00
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00
Baptiste Daroussin
2e55acc16d Convert to COPYTREE_SHARE
Use options helpers
2015-06-23 06:58:19 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
ca76221d98 - Fix shebangs
MFH:		2015Q2
2015-06-11 10:17:24 +00:00
Kurt Jaeger
def75b1a0f New port: biology/bcftools
BCFtools is a set of utilities that manipulate variant calls in the
Variant Call Format (VCF) and its binary counterpart BCF. All
commands work transparently with both VCFs and BCFs, both
uncompressed and BGZF-compressed.

WWW: http://www.htslib.org/

PR:		199747
Submitted by:	cartwright@asu.edu
2015-06-05 21:01:13 +00:00
Dmitry Marakasov
fa5163da2f - Strip binaries 2015-06-03 17:27:08 +00:00
Bartek Rutkowski
b23eb33111 biology/mafft: update 7.149 -> 7.221
PR:		200603
Submitted by:	Reed A. Cartwright <cartwright@asu.edu> (maintainer)
2015-06-03 17:04:19 +00:00
Dmitry Marakasov
4d4b259bcd - Add NO_ARCH
Approved by:	portmgr blanket
2015-05-31 13:37:20 +00:00
Dmitry Marakasov
9464d224ca - Fix shebangs
- Add NO_ARCH
- Add missing EXAMPLES option

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-30 12:31:59 +00:00
Alexey Dokuchaev
14e4d92279 Update Unipro UGENE to version 1.16.2. 2015-05-28 08:11:59 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Muhammad Moinur Rahman
9885162820 biology/seaview: Update version 4.5.4=>4.5.4.4 2015-05-22 11:09:23 +00:00
Wen Heping
f028652e52 - Update to 7.1.3 2015-05-18 01:27:46 +00:00
Wen Heping
e05d953fd2 - Update to 3.6.9 and unbreak 2015-05-18 00:24:33 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Wen Heping
e277ea8c7b - Update to 5.11.4 2015-05-12 08:58:14 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Adam Weinberger
03f1abf704 Reassign biology/ perl modules to perl@.
While here:

Regenerate p5-AcePerl's patches using makepatch.
Make p5-Bio-ASN1-EntrezGene depend on p5-bioperl, instead of the
other way around. Bump PORTREVISION on those two ports.
2015-05-08 18:12:36 +00:00
Wen Heping
fac1a2b00f - Update to 36.3.7a 2015-05-07 02:33:57 +00:00
Kurt Jaeger
681df24d3b biology/seqtools: 4.33 -> 4.34.1
Blixem
- Added functionality to shift-select a range of coordinates,
  and copy the reference/match sequence for that range.
- DNA search now highlights the resultant range of coordinates.
- Added a splitter bar to allow the variations track to be resized.
- Dotter
  Fix a crash pressing Esc on an undocked alignment or greyramp tool.
- All
  Code reorganisation: the codebase is now in C++ rather than C,
  and a new module 'gbtools' has been created for generic
  utility functions.
2015-05-06 20:30:53 +00:00
Mathieu Arnold
c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Wen Heping
7fc484154b - Unbreak
PR:		199734
Submitted by:	jwbacon@tds.net(maintainer)
2015-05-04 06:08:59 +00:00
Antoine Brodin
9a9b4fb54c Mark BROKEN: fails to configure
===>  Configuring for ncbi-blast+-2.2.30_2
configure: error: --localstatedir=/var:  unknown option;  use --help to show usage

Reported by:	pkg-fallout
2015-04-28 12:29:12 +00:00
John Marino
c66b4d5283 biology/ncbi-blast+: Add additionl MASTER_SITE to unbreak fetch
The distfile was rerolled but nobody knows why (not a good sign).  The
maintainer has added a new MASTER_SITE with the original distfile in
order to unbreak fetch.

PR:		199474
Submitted by:	maintainer (Jason Bacon)
2015-04-25 14:21:58 +00:00
Mathieu Arnold
18d6818fe4 ${ENV} does not exist, it is called ${SETENV}. 2015-04-13 14:49:37 +00:00
John Marino
0d28709839 biology/seaview: Unbreak -- it fetches fine
The second MASTER_SITES entry worked fine, so this must have been a
transient fetch problem.  I removed the first entry which is still
failing though.

Approved by:	blanket
2015-04-11 15:49:57 +00:00
John Marino
24651f6747 biology/platon: Upgrade from 05 MAR 2015 => 30 MAR 2015 to unbreak
As noted by previous commit, upstream rerolls the same distfile
frequently.  When FreeBSD cache was removed, the port broke.  I'm fixing
it again with a new digest, but I'm also defining DIST_SUBDIR, which is
the correct thing to do with rerolls-by-policy.

Also I removed the bad backup MASTER_SITES and tested in poudriere.
2015-04-11 15:41:22 +00:00
John Marino
1402a5b211 biology/p5-Bio-ASN1-EntrezGene: bump PORTEPOCH
Apparently in some world I don't live in 1.091 > 1.70
pkg needs this port's epoch to be bumped

reported by: 	wen
2015-04-11 15:19:03 +00:00
John Marino
ddfbdcb255 biology/p5-Bio-ASN1-EntrezGene: Upgrade 1.09 => 1.70 to unbreak
While here, reset the port.  The last time the maintainer was seen was
in 2005, when the port was created.  Also, rewrap the package description
such that it keeps within 75 characters; also move the url so it won't
wrap across lines.
2015-04-11 15:00:12 +00:00
Brad Davis
4417c1e084 Update biology/paml to 4.8a and unbreak.
PR:		199264
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
Approved by:	bdrewery (mentor)
2015-04-10 15:39:01 +00:00
Baptiste Daroussin
06f79b66f2 Convert bsd.gnustep.mk to USES=gnustep
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG

Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui

Merge deskutils/preferencepanes into deskutils/systempreferences
2015-04-09 07:44:41 +00:00
Baptiste Daroussin
f4e1a5b6b2 Mark as broken unfetchable ports 2015-04-05 17:55:35 +00:00
Steve Wills
3e74a84730 biology/ruby-bio: mark broken with ruby 2.2 2015-04-03 13:50:38 +00:00
Dmitry Marakasov
5ae457bc49 - Remove deprecated option
- Tweak compiler flags
- Add LICENSE
- Pass maintainership to submitter

PR:		199066
Submitted by:	jwbacon@tds.net
2015-04-02 15:41:31 +00:00
Kurt Jaeger
fd18692b42 biology/seqtools: 4.32 -> 4.33
- Blixem/Dotter
  Multi-dotter support; may now start multiple dotters from blixem
2015-03-31 18:04:25 +00:00
Sunpoet Po-Chuan Hsieh
3f7a3c8d4a - Add LICENSE
- Space/Tab fix
2015-03-28 17:20:45 +00:00
Mikhail Teterin
8c46a40c1a Upgrade from 3.6.6 to 3.6.7. Be sure to not extract the zlib
subdirectory.
2015-03-24 16:56:27 +00:00
John Marino
64ee7e63bf 6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils

approved by:	PTHREAD blanket
2015-03-24 16:01:21 +00:00
Muhammad Moinur Rahman
219a0f8115 biology/seaview: Update version 4.5.3.4=>4.5.4
- Remove dependency for libpdf as removed by upstream
2015-03-24 10:15:30 +00:00
Alexey Dokuchaev
70f863c983 - Update to version 1.16.1
- Explicitly list all required Qt components in USE_QT4 instead of relying
  on them being silently picked up through `www/webkit-qt4' dependency
- Group *_build components together while here
- Remove one REINPLACE_CMD call that is no longer needed
2015-03-23 01:44:43 +00:00
John Marino
ed9f597563 biology/segan: Limit GCC to 4.8 while waiting for update
Due to questionable c++, GCC 4.9 and newer cannot build seqan.  An update
has been in the works that will enable clang compilers and all versions
of GCC to build seqan, but it is not quite ready yet.  While waiting for
it, limit the version of GCC used to 4.8.

PR:	196851
2015-03-21 11:53:27 +00:00
Bryan Drewery
37a1520519 For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME to
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.

Differential Revision:	https://reviews.freebsd.org/D2103
Reviewed by:	mat
With hat:	bdrewery
2015-03-20 20:07:50 +00:00
Mathieu Arnold
45ca777110 Convert to new USE_GITHUB.
While there, cleanup.

Sponsored by:	Absolight
2015-03-20 09:43:20 +00:00
Baptiste Daroussin
873adcf645 Fix packaging as a user (pkg already takes care of credentials)
Strip binaries
2015-03-18 21:52:19 +00:00
Dmitry Marakasov
409a9aff40 - Simplify MASTER_SITES
- Strip libraries
2015-03-17 03:09:25 +00:00
Muhammad Moinur Rahman
da8394e59b biology/seaview: UNBREAK
- Update version 4.5.2=>4.5.3.4
- Add LICENSE (GPLv3)
- Remove PDFLIBS as OPTIONS as it is no loner an optional requirement

PR:		198602
Submitted by:	pi
Approved by:	bapt marino (implicit)
2015-03-16 12:07:49 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
2015-03-12 23:00:02 +00:00
Dmitry Marakasov
a28b904955 - Add empty directory to plist 2015-03-11 14:41:53 +00:00
Mikhail Teterin
44305716cb Update from 7.1.1 to 7.1.2. 2015-03-11 13:44:21 +00:00
Mikhail Teterin
05b84dd275 Unbreak by upgrading to March 5, 2015 "release" from upstream.
Reduce restrictions from RESTRICTED to NO_CDROM -- the licensing
allows use by academic community as long as it is not redistributed.

Upstream still do not version their "releases", so next time they
reroll the tarball, the download will start breaking again. But
this time, it will be possible to fetch it from FreeBSD mirrors.

Hide most of the optional data files under the DOCS-option and
streamline various build-related scriptlets.
2015-03-08 23:13:21 +00:00
Mikhail Teterin
95461ffde0 Unbreak by updating from 7.0.1 to 7.1.1. Hopefully, the authors will
stop rerolling releases (and breaking downstream checksums) now.

While here, allow parallel builds (seems to work again now) and stop
extraction of unused subdirectories.
2015-03-08 18:34:42 +00:00
Bartek Rutkowski
9b9d6e55f6 biology/samtools: update 1.1 -> 1.2
PR:		198292
Submitted by:	Reed Cartwright <cartwright@asu.edu>
2015-03-06 12:53:58 +00:00
Bartek Rutkowski
e478a19bbf biology/htslib: update 1.1 -> 1.2.1
PR:		198291
Submitted by:	Reed Cartwright <cartwright@asu.edu>
2015-03-06 12:45:22 +00:00
Tilman Keskinoz
8281385109 Add a run dependency used by update_blastdb.pl
PR:		198331
Submitted by:	maintainer
2015-03-06 10:39:31 +00:00
Danilo Egea Gondolfo
de357d9a0c - Update to 1.13.10 2015-03-04 13:17:46 +00:00
Baptiste Daroussin
35c339abf0 Remove Authors from pkg-descr 2015-03-02 23:09:43 +00:00
Adam Weinberger
e2098037aa Remove TEST dependency on p5-Test-Simple when the version in core is
sufficient.

Thanks to az for showing me the light here.
2015-02-26 16:54:41 +00:00
Alexey Dokuchaev
4be0124f6e Update Unipro UGENE to version 1.16.0 (documentation was also rerolled). 2015-02-24 11:42:53 +00:00
Antoine Brodin
9939b90892 Mark BROKEN: Fails to link, tries to use internal fltk symbols
c++ -o seaview   seaview.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o resource.o nexus.o viewasprots.o racnuc_fetch.o concatenate.o statistics.o trees.o treedraw.o addbootstrap.o least_squares_brl.o pseudoterminal.o unrooted.o pdf_or_ps.o svg.o threads.o Fl_Native_File_Chooser_FLTK.o raa_acnuc.o parser.o md5.o zsockr.o misc_acnuc.o dnapars.o protpars.o seq.o phylip.o lwl.o bionj.o phyml_util.o  \
      -L/usr/local/lib -lfltk_images -lfltk  \
     -lXft -lXext -lfontconfig -ljpeg -lpng -lXinerama -L/usr/local/lib -lpdf \
         -lX11 -lm -lz -pthread
seaview.o: In function `clipboard_contains_alignment(char const*)':
seaview.cxx:(.text+0x1c14): undefined reference to `fl_selection_buffer'

Reported by:	pkg-fallout
2015-02-21 07:35:32 +00:00
Kurt Jaeger
507078b95f biology/seqtools: 4.31 -> 4.32
- Blixem
  o Previously-unsupported GFF feature types can now be displayed
    as a new 'basic feature' type.
  o Styles are now applied to the detail view as well as the big
    picture, so feature display is more consistent across the two
    views.
  o Fix a bug where styles were not being applied to
    dynamically-loaded features.
- Dotter
  o Added a 'maximise' button for the greyramp tool.
  o Small fixes to inconsistencies in context-sensitive menus and
    keyboard shortcuts.
2015-02-12 12:04:09 +00:00
Antoine Brodin
e33aca5e9c Mark BROKEN: Checksum and size mismatch
Reported by:	pkg-fallout
2015-01-31 09:49:22 +00:00
Wen Heping
25c396da36 - Update to 3.6.6
PR:		197039
Submitted by:	antont@inbox.lv
2015-01-31 06:35:24 +00:00
Danilo Egea Gondolfo
70d5e84b97 - Update to 1.13.9 2015-01-30 21:49:29 +00:00
John Marino
70aa978888 misc/otter & biology/ariadne: Not jobs safe
The otter port tries to build libotter.a before an object is completely
built (share.o in my case) and ariadne tries to start building in a
directory before it is created (under multiple jobs).
2015-01-21 18:39:11 +00:00
Max Brazhnikov
e3e9f1f2a1 biology/py-biopython:
- Convert to options framework

Approved by:	portmgr blanket
2015-01-19 20:21:12 +00:00
John Marino
087ad79318 Designatate 4 ports as unsafe for parallel building
All had similar errors that it couldn't find something during the build,
yet built on a subsequent pass with no adjustments.  Most I've seen before
on previous bulk runs.
2015-01-19 17:43:57 +00:00
Wen Heping
6f070619c8 - Pass maintainership to submitter
PR:		196859
Submitted by:	Joseph Mingrone<jrm@ftfl.ca>
2015-01-19 12:11:25 +00:00
Sunpoet Po-Chuan Hsieh
b52921dbd8 - Simplify Makefile
- Use tab instead of space
- Sort PLIST
- Pass maintainership to perl@
2015-01-18 22:49:09 +00:00
Danilo Egea Gondolfo
8b16333687 - Update to 1.13.8 2015-01-14 13:15:49 +00:00