notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/sylpheed/Makefile
SVNWeb

Number of commits found: 190 (showing only 100 on this page)

1 | 2  »  

Sat, 26 Aug 2023
[ 21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  7a4777d  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
*: Rename GTK+ to GTK

GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Fri, 10 Sep 2021
[ 21:17 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:83efdb1a164b9392f34572cb478d02fb55d4e51d  commit hash:83efdb1a164b9392f34572cb478d02fb55d4e51d  commit hash:83efdb1a164b9392f34572cb478d02fb55d4e51d  83efdb1 
mail/sylpheed: Add CPE information

Approved by:	portmgr (blanket)
Sun, 6 Jun 2021
[ 10:41 Emanuel Haupt (ehaupt) search for other commits by this committer ]    commit hash:06caa0418884a026c1c2e0be94675880371898f4  commit hash:06caa0418884a026c1c2e0be94675880371898f4  commit hash:06caa0418884a026c1c2e0be94675880371898f4  06caa04 
mail/sylpheed: Add missing dependency

PR:		256378 (based on)
Notified by:	stage-qa
MFH:		2021Q1
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 3 Jul 2020
[ 15:44 ehaupt search for other commits by this committer ] Original commit   Revision:541118
Provide a patch to support SNI.

This has been discussed upstream:
https://sylpheed.sraoss.jp/redmine/issues/306

While here:
- remove extra space after URL
- use options helpers

Obtained from:	OpenBSD
Fri, 8 Nov 2019
[ 14:18 tobik search for other commits by this committer ] Original commit   Revision:517069 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
mail: Add missing USES={gnome,php}
Wed, 9 Oct 2019
[ 12:06 bapt search for other commits by this committer ] Original commit   Revision:514142 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for m* category as it is not relevant anymore
Tue, 24 Sep 2019
[ 21:39 rene search for other commits by this committer ] Original commit   Revision:512754
mail/sylpheed: remove optional support for expired jpilot link.
Sat, 9 Mar 2019
[ 07:59 ehaupt search for other commits by this committer ] Original commit   Revision:495103
- Fix packing list with DOCS=off
- Pacify portlint

PR:		236388
Submitted by:	fixer@bsdmail.com
Mon, 19 Mar 2018
[ 06:03 yuri search for other commits by this committer ] Original commit   Revision:464983 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
devel/oniguruma: Update to 6.8.1

Only changed the shared object version (forgotten on the previous release).
Sat, 17 Mar 2018
[ 20:31 yuri search for other commits by this committer ] Original commit   Revision:464845 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
devel/oniguruma: Update to 6.8.0

Changelog:
https://github.com/kkos/oniguruma/releases/tag/v6.8.0

Bumping 9 depending ports because oniguruma's interface
actually changed in an incompatible way,
see https://github.com/kkos/oniguruma/issues/79 ,
while the shared library lib/libonig.so.4.0.0 didn't change
the revision number. This is a bug in the upstream release.
Sun, 11 Feb 2018
[ 12:22 ehaupt search for other commits by this committer ] Original commit   Revision:461493
Update to 3.7.0
Sun, 12 Nov 2017
[ 14:00 riggs search for other commits by this committer ] Original commit   Revision:454042
Chase renaming of devel/oniguruma6 to devel/oniguruma

PR:		222869
Reported by:	m.bueker@berlin.de
Mon, 14 Aug 2017
[ 14:14 ehaupt search for other commits by this committer ] Original commit   Revision:447940
Bump PORTREVISION for onigurama non-default dependency change in previous
commit.

Notified by:	mat
Sun, 13 Aug 2017
[ 14:09 ehaupt search for other commits by this committer ] Original commit   Revision:447890
- Change LIB_DEPENDS from devel/oniguruma5 to 6
- PORTREVISION bump is not required since it doesn't affect default package
  creation (oniguruma is no default option)
- While here, remove now unrecognized configure option which results in a
  warning:

    configure: WARNING: unrecognized options: --with-libintl-prefix

PR:		221471
Submitted by:	pi
Mon, 3 Jul 2017
[ 12:21 ehaupt search for other commits by this committer ] Original commit   Revision:444943
- Update to 3.6.0
- Extra patch for CA bundle was merged upstream
- Binary is linked against devel/oniguruma5 if ONIGURUMA option is enabled.
  Hence it is necessary to be declared as a LIB_DEPENDS instead of
  BUILD_DEPENDS.

Changelog:	http://sylpheed.sraoss.jp/en/news.html
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436248 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove all _USE=openssl occurrences.

Sponsored by:	Absolight
Sat, 26 Nov 2016
[ 23:41 jhale search for other commits by this committer ] Original commit   Revision:427185 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Update security/gpgme-* to 1.8.0

In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.

The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module.
Sat, 30 Jul 2016
[ 11:09 ehaupt search for other commits by this committer ] Original commit   Revision:419308
- Update to 3.5.1
- Register LIB_DEPENDS according to selected OPTIONS (prompted by QA scripts)
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 24 Feb 2016
[ 18:55 ehaupt search for other commits by this committer ] Original commit   Revision:409476
- Provide an optional patch to hide the OS and GTK signature in the
  mail header [1]
- Enable GnuPG support by default to encourage people to use crypto

PR:		207214 [1]
Submitted by:	admin@vladiom.com.ua [1]
Mon, 25 Jan 2016
[ 18:22 ehaupt search for other commits by this committer ] Original commit   Revision:407234
Update to 3.5.0
Thu, 3 Sep 2015
[ 12:14 ehaupt search for other commits by this committer ] Original commit   Revision:395948
Updated patch to fix breakage on platforms with a 64 bit time_t. This fixes a
regression that was introduced with r391392.

PR:		202832
Submitted by:	yamagi@yamagi.org
Mon, 6 Jul 2015
[ 11:08 ehaupt search for other commits by this committer ] Original commit   Revision:391400
Update to 3.4.3
[ 07:14 ehaupt search for other commits by this committer ] Original commit   Revision:391392
Provide fix for sigbus on ARM caused by unaligned access.

PR:		200053
Submitted by:	mikael.urankar@gmail.com, usenet@ulrich-grey.de
Wed, 25 Mar 2015
[ 11:41 marino search for other commits by this committer ] Original commit   Revision:382203 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
mail category: Remove $PTHREAD_LIBS

Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests.   The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week.  It's a forward
action to submit a PR against mail/sendmail.

  * antivirus-milter (CP)
  * dk-milter        (CP)
  * milter-regex     (CP)
  * sendmail         (CP, QA)

approved by:	PTHREAD blanket
Mon, 16 Feb 2015
[ 18:25 ehaupt search for other commits by this committer ] Original commit   Revision:379101
- Use new options helpers
- Provide an option to include CA bundle for certificate verification
- Provide an option to depend on curl. Curl is required to check for remote
  updates. Enable this by default because the user expects this menu point to
  work but give users an option to explicitly disable.
- Don't quiesce INSTALL_* commands
Tue, 6 Jan 2015
[ 09:38 ehaupt search for other commits by this committer ] Original commit   Revision:376399
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Sat, 30 Aug 2014
[ 21:02 ehaupt search for other commits by this committer ] Original commit   Revision:366677
Use install-strip install target.
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 13:49 ehaupt search for other commits by this committer ] Original commit   Revision:357479
- Update to 3.4.2
- USES -> libtool
Mon, 7 Apr 2014
[ 09:05 ehaupt search for other commits by this committer ] Original commit   Revision:350434
Update to 3.4.1

PR:             188334
Submitted by:   Denis Generalov <gd.workbox@gmail.com>
Fri, 14 Mar 2014
[ 10:15 ehaupt search for other commits by this committer ] Original commit   Revision:348200 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Convert USE_BZIP2=yes to USES=tar:bzip2
Fri, 7 Mar 2014
[ 09:46 ehaupt search for other commits by this committer ] Original commit   Revision:347352
- Update to 3.3.1
- Define LICENSE
Wed, 12 Feb 2014
[ 19:24 ehaupt search for other commits by this committer ] Original commit   Revision:343978
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Wed, 18 Dec 2013
[ 15:06 ehaupt search for other commits by this committer ] Original commit   Revision:336838
Use new LIB_DEPENDS regime
Thu, 24 Oct 2013
[ 15:11 ehaupt search for other commits by this committer ] Original commit   Revision:331494 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Support staging.
Tue, 22 Oct 2013
[ 13:56 amdmi3 search for other commits by this committer ] Original commit   Revision:331270 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)

Approved by:	portmgr (bdrewery)
Sun, 20 Oct 2013
[ 19:20 jhale search for other commits by this committer ] Original commit   Revision:331057 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
  to what the author intended.  This effectively rolls the version
  number backwards, but should prevent future unneccesary version
  bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Wed, 4 Sep 2013
[ 18:06 madpilot search for other commits by this committer ] Original commit   Revision:326307 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Tue, 3 Sep 2013
[ 06:36 bapt search for other commits by this committer ] Original commit   Revision:326122 (Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Wed, 24 Jul 2013
[ 08:19 ehaupt search for other commits by this committer ] Original commit   Revision:323578 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove MAKE_JOBS_SAFE which is now default.
Tue, 23 Jul 2013
[ 08:48 tijl search for other commits by this committer ] Original commit   Revision:323522
- Since gtkspell uses enchant which supports several spellchecking
  backends the dependency on aspell isn't necessary anymore.
- Also remove dependency on pinentry-gtk2 to allow users to install one of
  the other pinentry ports.
- Remove bsd.openssl.mk hack.

PR:		180716
Approved by:	ehaupt (maintainer)
Mon, 8 Jul 2013
[ 18:42 ehaupt search for other commits by this committer ] Original commit   Revision:322530 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
  It accidentally slipped in during the original introduction
- Trim header
Wed, 8 May 2013
[ 12:24 ehaupt search for other commits by this committer ] Original commit   Revision:317656 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Mark MAKE_JOBS_SAFE
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Tue, 23 Apr 2013
[ 10:26 ehaupt search for other commits by this committer ] Original commit   Revision:316340 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Convert to USES=gettext
Fri, 29 Mar 2013
[ 23:46 ehaupt search for other commits by this committer ] Original commit   Revision:315584
This port now needs textproc/aspell to build.
Tue, 15 Jan 2013
[ 13:40 ehaupt search for other commits by this committer ] Original commit   Revision:310443 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
Fri, 9 Nov 2012
[ 22:52 ehaupt search for other commits by this committer ] Original commit   Revision:307258
Update to 3.3.0

PR:		173510
Submitted by:	Denis Generalov <gd@rambler-co.ru>
Feature safe:	yes
Sat, 3 Nov 2012
[ 18:01 ehaupt search for other commits by this committer ] Original commit   Revision:306932 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.

Feature safe:   yes
Sat, 8 Sep 2012
[ 13:32 ehaupt search for other commits by this committer ] Original commit   Revision:303901
- Use OPTIONSng
- Remove deprecated header information
Sat, 28 Jul 2012
[ 15:57 cs search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Fri, 29 Jun 2012
[ 09:16 ehaupt search for other commits by this committer ] Original commit 
Update to 3.2.0
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Tue, 1 May 2012
[ 10:37 ehaupt search for other commits by this committer ] Original commit 
Update to 3.1.4

PR:             167376
Submitted by:   Denis Generalov <gd@rambler-co.ru>
Thu, 1 Mar 2012
[ 11:52 ehaupt search for other commits by this committer ] Original commit 
Update to 3.1.3

PR:             165575
Submitted by:   Denis Generalov <gd@rambler-co.ru>
Fri, 30 Sep 2011
[ 20:11 ehaupt search for other commits by this committer ] Original commit 
Update to 3.1.2
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 22 Aug 2011
[ 08:40 ehaupt search for other commits by this committer ] Original commit 
Move mail/sylpheed3 to mail/sylpheed.
Wed, 27 Jul 2011
[ 11:40 ehaupt search for other commits by this committer ] Original commit 
Mark DEPRECATED with an expiration time of one month.
[ 09:35 ehaupt search for other commits by this committer ] Original commit 
Take maintainership.

Approved by:    oliver (maintainer)
Thu, 21 Jul 2011
[ 12:43 jlaffaye search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- Chase gpgme shared lib bump.
- Add an entry to UPDATING

Reviewed by:    tabthorpe
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Wed, 15 Jul 2009
[ 16:47 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Chase security/gpgme update.

Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl

These patches were submitted by various people and documented in ports/135911.

PR:             ports/135911
Thu, 12 Jun 2008
[ 14:41 oliver search for other commits by this committer ] Original commit 
fix NOPORTDOCS installation

Noted by:       itetcu
Fri, 6 Jun 2008
[ 13:43 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Mon, 24 Mar 2008
[ 13:03 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Sat, 1 Mar 2008
[ 13:37 oliver search for other commits by this committer ] Original commit 
change MASTER_SITES
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Mon, 25 Sep 2006
[ 03:03 mezz search for other commits by this committer ] Original commit 
Chase pilot-link's shared library version bump. Bump the PORTREVISION. As for
the PRs, I shall chase and close a few of them.

Pointyhat:      ijliao
Wed, 13 Sep 2006
[ 21:24 lofi search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update gpgme to 1.1.2, chase dependencies.
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Fri, 7 Apr 2006
[ 12:17 oliver search for other commits by this committer ] Original commit 
fix MASTER_SITES
Tue, 7 Mar 2006
[ 08:28 ade search for other commits by this committer ] Original commit  (Only the first 10 of 633 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Tue, 8 Nov 2005
[ 21:40 oliver search for other commits by this committer ] Original commit 
update to 1.0.6
Sat, 5 Nov 2005
[ 19:13 oliver search for other commits by this committer ] Original commit 
Chase gpgme update
Bump PORTREVISION

Pointy hat to:  lofi
Fri, 29 Jul 2005
[ 16:06 oliver search for other commits by this committer ] Original commit 
switch NO_LATEST_LINK since sylpheed 2.0 is the new stable branch
Fri, 17 Jun 2005
[ 22:45 oliver search for other commits by this committer ] Original commit 
update to 1.0.5
Sat, 2 Apr 2005
[ 14:23 oliver search for other commits by this committer ] Original commit 
remove EXTRACT_ONLY and DIST_SUBDIR

PR:             ports/79074
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>
[ 14:20 oliver search for other commits by this committer ] Original commit 
add dependency to misc/mime-support instead of installing its own mime.types

PR:             ports/79074
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>
Thu, 24 Mar 2005
[ 16:33 oliver search for other commits by this committer ] Original commit 
update to 1.0.4 for security purposes

Approved by:    portmgr (krion)
Sat, 5 Mar 2005
[ 12:02 oliver search for other commits by this committer ] Original commit 
update to 1.0.3
Mon, 28 Feb 2005
[ 20:12 oliver search for other commits by this committer ] Original commit 
update to 1.0.2
Sun, 6 Feb 2005
[ 16:51 oliver search for other commits by this committer ] Original commit 
update to 1.0.1
Tue, 21 Dec 2004
[ 08:59 clement search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Rework gpgme03 port to avoid conflict with gpgme 1.0
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)

Approved by:    portmgr (marcus)
Sun, 19 Dec 2004
[ 20:04 clement search for other commits by this committer ] Original commit 
- Fix dependency when WITH_GPGME is defined

Forgotten by:   marcus
Wed, 15 Dec 2004
[ 18:08 oliver search for other commits by this committer ] Original commit 
update to 1.0.0.r.1

Number of commits found: 190 (showing only 100 on this page)

1 | 2  »