diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-06 11:52:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-06 11:52:33 +0000 |
commit | 99b04635d54487590d097696b07b1c4778480658 (patch) | |
tree | b2148454f6141d079ca42fff324e291a30079ae8 | |
parent | d45ba9f4a2f536a4e296925cf83e08b9b422b671 (diff) | |
download | ports-99b04635d54487590d097696b07b1c4778480658.tar.gz ports-99b04635d54487590d097696b07b1c4778480658.zip |
Notes
-rw-r--r-- | archivers/arc/Makefile | 2 | ||||
-rw-r--r-- | archivers/rar/Makefile | 6 | ||||
-rw-r--r-- | archivers/unrar/Makefile | 6 | ||||
-rw-r--r-- | archivers/unzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/unzip/pkg-descr | 1 | ||||
-rw-r--r-- | archivers/zip/pkg-descr | 1 | ||||
-rw-r--r-- | mail/popper/Makefile | 6 | ||||
-rw-r--r-- | mail/ricochet/Makefile | 8 |
8 files changed, 15 insertions, 17 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index 0334b902bd32..9618fceccbf6 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= arc -PORTVERSION= 5.21j +PORTVERSION= 5.21j CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 9119785e28a1..87509eaaae92 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -6,11 +6,11 @@ # PORTNAME= rar -PORTVERSION= 3.41 +PORTVERSION= 3.41 PORTEPOCH= 1 CATEGORIES= archivers -MASTER_SITES= http://files10.rarlab.com/rar/ -DISTNAME= rarbsd-3.4.1 +MASTER_SITES= http://files10.rarlab.com/rar/ +DISTNAME= rarbsd-3.4.1 MAINTAINER= ache@FreeBSD.org COMMENT= File archiver (binary port) diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 29f1dac224d1..f78d752912d4 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -6,11 +6,11 @@ # PORTNAME= unrar -PORTVERSION= 3.43 -PORTEPOCH= 3 +PORTVERSION= 3.43 +PORTEPOCH= 3 CATEGORIES+= archivers MASTER_SITES= http://files10.rarlab.com/rar/ -DISTNAME= unrarsrc-3.4.3 +DISTNAME= unrarsrc-3.4.3 MAINTAINER?= ache@FreeBSD.org COMMENT= Extract, view & test RAR archives diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 98d97c0d354f..0e777d3bc833 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -21,7 +21,7 @@ MAKE_ENV= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 .if defined(WITH_UNZIP_UNREDUCE) -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} unreduce_full.zip +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} unreduce_full.zip EXTRACT_ONLY= ${PORTNAME}551.tar.gz MAKE_ENV= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK -DUSE_SMITH_CODE" .endif diff --git a/archivers/unzip/pkg-descr b/archivers/unzip/pkg-descr index fea73a288e30..0673ad50502d 100644 --- a/archivers/unzip/pkg-descr +++ b/archivers/unzip/pkg-descr @@ -19,4 +19,3 @@ Unzipsfx may be used to create self-extracting ZIP archives from previously created ZIP archives. WWW: http://www.info-zip.org/UnZip.html - diff --git a/archivers/zip/pkg-descr b/archivers/zip/pkg-descr index 600ca969985a..cdf4931d0224 100644 --- a/archivers/zip/pkg-descr +++ b/archivers/zip/pkg-descr @@ -4,4 +4,3 @@ called unzip (of course) which you can also install from the ports/package system. WWW: http://www.info-zip.org/Zip.html - diff --git a/mail/popper/Makefile b/mail/popper/Makefile index a9a983e71598..408b2b38aedc 100644 --- a/mail/popper/Makefile +++ b/mail/popper/Makefile @@ -7,7 +7,7 @@ PORTNAME= qpopper PORTVERSION= 2.53 -PORTREVISION= 5 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/old/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -29,8 +29,8 @@ O_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 \ -DBULLDB -DNONAUTHFILE='\"/etc/ftpusers\"' .if !defined(WITH_POPPER_APOP_ONLY) -P_LIBS= -lopie -O_DEFS+= -DOPIE +P_LIBS= -lopie +O_DEFS+= -DOPIE .else O_DEFS+= -DAPOP_ONLY .endif diff --git a/mail/ricochet/Makefile b/mail/ricochet/Makefile index 92b1c55d3c0f..743665204f05 100644 --- a/mail/ricochet/Makefile +++ b/mail/ricochet/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ricochet -PORTVERSION= 0.98 -PORTREVISION= 2 +PORTVERSION= 0.98 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://vipul.net/perl/sources/spamcontrol/ricochet/ -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org COMMENT= An automated agent for tracing and reporting internet junk mail RUN_DEPENDS= ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ @@ -21,7 +21,7 @@ RUN_DEPENDS= ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww NO_BUILD= yes -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes USE_REINPLACE= yes do-configure: |