From e4bfef9dac0c70817fc9cad6640ba224c4a6f6a9 Mon Sep 17 00:00:00 2001 From: pat Date: Mon, 24 Dec 2001 03:03:49 +0000 Subject: Update to 1.0.6 PR: 33115 Submitted by: maintainer --- ftp/pure-ftpd/Makefile | 20 ++++++++++++++++---- ftp/pure-ftpd/distinfo | 2 +- ftp/pure-ftpd/pkg-plist | 1 + 3 files changed, 18 insertions(+), 5 deletions(-) (limited to 'ftp') diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 93a66549431..b3f45532362 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd @@ -25,9 +25,14 @@ LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap2 LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql323-client .endif +.if defined(WITH_PGSQL) +LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7 +.endif + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-everything \ --with-paranoidmsg \ + --with-virtualchroot \ --sysconfdir=/etc # language support requested? .if defined(WITH_LANG) @@ -44,8 +49,13 @@ CONFIGURE_ARGS+= --with-ldap CONFIGURE_ARGS+= --with-mysql .endif +# mysql support requested ? +.if defined(WITH_PGSQL) +CONFIGURE_ARGS+= --with-pgsql +.endif + # if mysql or ldap are disabled, enable pam -.if !defined(WITH_LDAP) && !defined(WITH_MYSQL) +.if !defined(WITH_LDAP) && !defined(WITH_MYSQL) && !defined(WITH_PGSQL) CONFIGURE_ARGS+= --with-pam .endif @@ -74,7 +84,7 @@ PAM_TARGET?= pure-ftpd DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \ README README.Configuration-File README.Contrib README.LDAP \ - README.Netfilter README.MySQL README.Virtual-Users \ + README.Netfilter README.MySQL README.PGSQL README.Virtual-Users \ THANKS poweredby.jpg CONTRIB= xml_python_processors.txt @@ -85,15 +95,17 @@ pre-fetch: @${ECHO} "WITH_LDAP=1 - Support for users in LDAP \ directories;" @${ECHO} "WITH_MYSQL=1 - Support for users in MySQL databases;" + @${ECHO} "WITH_PGSQL=1 - Support for users in PostgreSQL databases;" @${ECHO} "WITH_LANG=lang - enable compilation of language \ support, lang is one of" @${ECHO} " english, german, romanian, french, french-funny, polish, spanish," - @${ECHO} " dutch, italian, brazilian-portuguese, danish, slovak or korean." + @${ECHO} " dutch, italian, brazilian-portuguese, danish, slovak, korean or swedish." @${ECHO} post-install: ${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample ${INSTALL_DATA} ${WRKSRC}/pureftpd-mysql.conf ${PREFIX}/etc/pureftpd-mysql.conf.sample + ${INSTALL_DATA} ${WRKSRC}/pureftpd-pgsql.conf ${PREFIX}/etc/pureftpd-pgsql.conf.sample ${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-ftpd.conf ${PREFIX}/etc/pure-ftpd.conf.sample ${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-config.pl ${PREFIX}/sbin/ ${MKDIR} ${PREFIX}/share/examples/pure-ftpd diff --git a/ftp/pure-ftpd/distinfo b/ftp/pure-ftpd/distinfo index 88e591b8ef6..99b9fd90965 100644 --- a/ftp/pure-ftpd/distinfo +++ b/ftp/pure-ftpd/distinfo @@ -1 +1 @@ -MD5 (pure-ftpd-1.0.5.tar.gz) = 5d573a15056b5a2d4915030225909cd8 +MD5 (pure-ftpd-1.0.6.tar.gz) = 7bd99588eb0d30a421526e08cf69b01f diff --git a/ftp/pure-ftpd/pkg-plist b/ftp/pure-ftpd/pkg-plist index d61e42048cc..da848949703 100644 --- a/ftp/pure-ftpd/pkg-plist +++ b/ftp/pure-ftpd/pkg-plist @@ -22,6 +22,7 @@ etc/pure-ftpd.conf.sample %%PORTDOCS%%share/doc/pure-ftpd/README.LDAP %%PORTDOCS%%share/doc/pure-ftpd/README.MySQL %%PORTDOCS%%share/doc/pure-ftpd/README.Netfilter +%%PORTDOCS%%share/doc/pure-ftpd/README.PGSQL %%PORTDOCS%%share/doc/pure-ftpd/THANKS %%PORTDOCS%%share/doc/pure-ftpd/poweredby.jpg %%PORTDOCS%%@dirrm share/doc/pure-ftpd -- cgit h.merge-4.6.2'>dependabot/npm_and_yarn/devel/electron6/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Expand)AuthorAgeFilesLines
* Mark DEPRECATED as the author no longer distributes it.perky2005-12-171-0/+3
* Use as proper files, not as a patch to /dev/null.obrien2005-12-175-1696/+1692
* Update to 1.0perky2005-12-173-3/+7
* Update to 2.0.13jylefort2005-12-172-5/+4
* Add distfile's SHA256 hash also.kbyanc2005-12-171-0/+1
* Include the shared-library symlink in the packing list.kbyanc2005-12-171-0/+1
* - Kill devel/opentop. It's obsoleted. All new versions are comercial.sem2005-12-175-706/+0
* - Update to 1.3ehaupt2005-12-176-26/+32
* (1) Properly process apache port versions.lev2005-12-174-8/+12
* * Update to version 2.14anray2005-12-164-9/+24
* Update to 2.8.3bland2005-12-163-83/+170
* Update to 0.17ehaupt2005-12-162-4/+4
* - Update to 1.3.6anray2005-12-162-3/+4
* Partially revert previous commit and fix auto plist generation.ale2005-12-163-12/+3
* These now lag their ports/Mk counterparts and are thus OBE.linimon2005-12-164-1320/+0
* Conditionalize the inclusion of local copies of bsd.*.mk. They will onlylinimon2005-12-161-7/+121
* OK, now that I've given you the example of how this file was developed,linimon2005-12-161-2/+0
* A sandbox for local modifications to bsd.port.mk. This little bit oflinimon2005-12-161-0/+33
* Add a comment about a line that is from ports/86106 (USE_GMAKE change).linimon2005-12-161-0/+2
* Diff reduction to ports/Mk. This was apparently some late change to thelinimon2005-12-161-2/+2
* Add patch from ports/78596 for diff reduction.linimon2005-12-161-59/+60
* Fix incorrect plist.kuriyama2005-12-162-1/+2
* Upgrade to 1.1.obraun2005-12-162-3/+4
* Update to 1.01erwin2005-12-162-4/+4
* Remove expired ports.lawrance2005-12-157-102/+0
* Library simplifying embedding perl interpreters into C programs.kbyanc2005-12-155-0/+40
* Upgrade to GCC 3.4.5, and add support for ATtiny24/44/84 devices.joerg2005-12-1510-146/+154
* Add support for ATtiny24/44/84 devices.joerg2005-12-153-9/+14
* Update to 2.6.0 release (PHP 5.1 compatible).ale2005-12-143-13/+11
* Cleanup, drop unused patchvs2005-12-142-15/+1
* - update to 0.43clsung2005-12-143-4/+6
* Add libisc port:simon2005-12-146-0/+112
* - update to 0.034leeym2005-12-142-5/+6
* Add SA256 checksums.jkoshy2005-12-144-0/+4
* Upgrade to 1.0.6.vanilla2005-12-142-3/+4
* Add port devel/p5-Algorithm-Dependency, Base class for implementing various d...aaron2005-12-135-0/+72
* - updated from v0.04 to v0.06aaron2005-12-132-4/+5
* Add xlslib, a C++ library for generation of Excel(TM) filesehaupt2005-12-136-0/+127
* Drop maintainership for ports which I sadly no longer havebms2005-12-134-4/+4
* Update to r05.1.bms2005-12-134-39/+77
* This port now needs a new maintainer.bms2005-12-131-1/+1
* Include device definitions in installation.bms2005-12-132-8/+72
* Upgrade to 2.7.7.thierry2005-12-132-6/+6
* - Update to 1.1.0 [1]jylefort2005-12-132-7/+7
* - Update to 1.0.0 [1]jylefort2005-12-133-51/+148
* Update to 0.32.3.novel2005-12-123-6/+12
* -Update to 0.093az2005-12-122-3/+4
* Update to 1.1.2.demon2005-12-122-3/+5
* - create required empty dirs on installationale2005-12-123-0/+8
* Update to 2.1.4.lawrance2005-12-122-4/+4
* Update to 2.1.3.lawrance2005-12-123-54/+5
* - update to 0.41clsung2005-12-122-4/+4
* Update to 2.4.3.nork2005-12-114-8/+18
* Paraphrased from the Data:Swap's documentation ...erwin2005-12-115-0/+49
* (1) Update ot 1.3.0.r4. It is official, public RC.lev2005-12-1124-292/+60
* Update to 4.1ehaupt2005-12-112-4/+4
* Update to Boost 1.33.1:barner2005-12-114-26/+383
* - update to 0.22leeym2005-12-102-4/+4
* Only compile apr-svn without threads on FreeBSD versions less than 5.rodrigc2005-12-105-1/+17
* Finally update to PHP 5.1.1 release! (And remove unsupported extensions)ale2005-12-103-30/+0
* Remove pear ports obsolated by devel/pear and switchale2005-12-1069-600/+88
* New pear bootstrap port based on go-pear, independent to php releases.ale2005-12-1010-0/+631
* Add p5-Devel-TraceCalls 0.04, track calls to subs, classes and objectlth2005-12-105-0/+40
* - update to 0.40clsung2005-12-094-24/+9
* Update to 0.9.3 which fixed a problem on building 7-current due toperky2005-12-092-3/+4
* - Remove firefox support (temporally) due to build problems.ahze2005-12-091-1/+1
* - Update to 1.031 (unbreaks fetching)sergei2005-12-093-7/+8
* Fix IGNORE[a]nce if distfile has not yet been downloadedvs2005-12-081-11/+2
* - Update to 4.7dehaupt2005-12-083-26/+15
* Add p5-IO-KQueue 0.29, perl interface to the BSD kqueue system call.kuriyama2005-12-085-0/+36
* - Update to 1.13 to better handle gnome packages.ahze2005-12-082-4/+4
* Add pt-Class-StateMachine 0.11, a Perl module to facilitate statetobez2005-12-085-0/+41
* Update to 1.08erwin2005-12-082-4/+4
* Upgrade to 1.0.5.obraun2005-12-084-8/+8
* Bump PORTREVISION due to recent modifications of patch-Makefile.PL.demon2005-12-081-0/+1
* Put -L(LIBDIR) before -l(libname) in gcc options.demon2005-12-081-2/+2
* - Update to 0.8garga2005-12-076-91/+118
* Chase the plib update by bumping PORTREVISION, since it is staticallyjylefort2005-12-071-0/+1
* - updated from v0.07 to v0.09aaron2005-12-073-5/+17
* - update from 0.09 to 0.11aaron2005-12-074-7/+7
* - Mark broken on 4.xahze2005-12-071-2/+6
* Update to 1.06skv2005-12-072-4/+4
* - Update to 0.8.4tdb2005-12-072-4/+4
* - Install example scriptjylefort2005-12-063-4/+23
* Really fix the build on recent -CURRENT by patching the correct version ofmarcus2005-12-062-12/+2
* - Fix build with ocaml 3.09garga2005-12-064-2/+12
* Update to 0.39mat2005-12-052-5/+4
* Fix the build on recent -CURRENT.marcus2005-12-051-0/+12
* - Add a MASTER_SITE backupgarga2005-12-052-1/+3
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-059-26/+0
* Implement the PR_GetPhysicalMemorySize function for FreeBSD. This willmarcus2005-12-052-1/+23
* Update to 0.50.tobez2005-12-052-4/+4
* Update to 0.30.tobez2005-12-052-3/+4
* - MAN pages are not installed with perl 5.005_03, so move theerwin2005-12-041-14/+15
* Upgrade to 2.7.6.thierry2005-12-043-6/+7
* Enable use of INFOedwin2005-12-042-6/+1
* Start using INFOedwin2005-12-042-4/+2
* Update port: to version 0.1.7edwin2005-12-043-16/+18
* Unbreak INDEX building for those of us using devel/portmk. This is notlinimon2005-12-041-1/+1
* - prepare removal of www/apache2 in favor of www/apache20 for namingclement2005-12-044-12/+12
* Add SHA256erwin2005-12-041-0/+1
* Update to 1.05.demon2005-12-043-9/+22
* - Update to 0.8.3tdb2005-12-033-6/+12
* Upgrade to version 0.95.0630.olgeni2005-12-038-74/+10
* Reset bouncing maintainer address.linimon2005-12-031-1/+1
* Reset maintainer: "I don't use FreeBSD at this time". Thanks for yourkris2005-12-031-1/+1
* ExtUtils::AutoInstall lets module writers to specify a moreerwin2005-12-035-0/+52
* Update to 3.0.6erwin2005-12-032-4/+4
* - Upgrade to 0.9.0.kuriyama2005-12-024-16/+21
* Revamp handling of different TCL-flavoursvs2005-12-021-11/+36
* Upgrade to latest version.vanilla2005-12-022-3/+4
* - add PORTREVISION and PORTEPOCH back which are removed accidentally in previ...leeym2005-12-021-0/+2
* - set CONFLICTSleeym2005-12-021-0/+2
* - set CONFLICTS and LATEST_LINKleeym2005-12-021-0/+3
* - update to 1.2.1leeym2005-12-0215-163/+78
* Add upnp104 to unbreak INDEX build.linimon2005-12-021-0/+1
* - Retire devel/p5-Test-Builder-Tester. This module is included inkuriyama2005-12-025-42/+0
* Reset maintainer per his request. We hope to see him back soon.linimon2005-12-021-1/+1
* Fix build by using correct dependency path.tobez2005-12-021-1/+1
* - Change maintainer to my @FreeBSD.org address.tdb2005-12-0210-5/+10
* Update to 0.05erwin2005-12-022-3/+4
* - Add more MASTER_SITESgarga2005-12-023-1/+4
* Add p5-Class-C3 0.07, a pragma to use the C3 method resolution ordererwin2005-12-025-0/+49
* Add SHA256 to my BSD# portstmclaugh2005-12-012-0/+2
* Use distfile groups to download the source from the source site andfenner2005-12-011-4/+4
* From: COKYAZICI <cokyazici@yahoo.co.uk>edwin2005-12-012-3/+4
* - Add subversion-ruby, a slave port to install subversion ruby bindings.flz2005-12-015-0/+51
* - Fix problem with WITH_BOOK knob. The book isn't part of the subversion dist...flz2005-11-308-12/+56
* Update to 0.38.01mat2005-11-303-10/+5
* Add SHA256 hashes to my portsehaupt2005-11-303-0/+3
* - Unbreak: Something in FOP's exsl-logic seems to be broken, so don't try to ...vs2005-11-302-5/+18
* Add more SHA256 sums.danfe2005-11-304-0/+4
* - Mute ${MKDIR}'sdanfe2005-11-303-12/+10
* - Fix WWW line.flz2005-11-301-1/+1
* - Record BUILD/RUN_DEPENDS.flz2005-11-301-0/+9
* - Update MASTER_SITE to fix fetch problems.garga2005-11-303-2/+3
* - Convert to USE_GECKOahze2005-11-301-27/+2
* - Change dependency on p5-Test-Builder-Tester to p5-Test-Simple.kuriyama2005-11-301-2/+2
* - Change dependency on p5-Test-Builder-Tester to p5-Test-Simple.kuriyama2005-11-301-5/+4
* - Change dependency on p5-Test-Builder-Tester to p5-Test-Simple.kuriyama2005-11-301-1/+2
* - perl version must >= 5.6clsung2005-11-301-1/+7
* New Ports: devel/sfslite-noopt and devel/sfslite-dbg; sfslite withedwin2005-11-303-0/+26
* iNew Ports: devel/sfslite-noopt and devel/sfslite-dbg; sfslite withedwin2005-11-303-0/+27
* Update to 2.12.2.marcus2005-11-303-4/+10
* - Update to 2.07.flz2005-11-303-51/+912
* - Update to 1.1.8.flz2005-11-302-3/+4
* Update to 3.8.0mnag2005-11-302-3/+4
* - Fix permissions.flz2005-11-301-0/+6
* - Fix permissions.flz2005-11-301-0/+6
* - Update to 1.05.flz2005-11-30