diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-19 10:28:40 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-19 10:28:40 +0000 |
commit | d1f265b4334f66ef196c56b352f57d3dd0b8eea1 (patch) | |
tree | 96d744e5fdad99b0b3693ef6402c76200951547e /archivers | |
parent | 1c597d50b3dba846cb0dfa0fa8ff83a4be7261fc (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libunrar/Makefile | 6 | ||||
-rw-r--r-- | archivers/rar/Makefile | 3 | ||||
-rw-r--r-- | archivers/unrar/Makefile | 10 |
3 files changed, 3 insertions, 16 deletions
diff --git a/archivers/libunrar/Makefile b/archivers/libunrar/Makefile index 9d1ef172ad80..2f36b7fde00e 100644 --- a/archivers/libunrar/Makefile +++ b/archivers/libunrar/Makefile @@ -9,11 +9,7 @@ PORTNAME= libunrar PORTVERSION= 3.7.4 PORTEPOCH= 1 CATEGORIES= archivers -MASTER_SITES= http://files2.rarlab.com/rar/ \ - http://files3.rarlab.com/rar/ \ - http://files4.rarlab.com/rar/ \ - http://files5.rarlab.com/rar/ \ - http://files6.rarlab.com/rar/ +MASTER_SITES= RAR DISTNAME= unrarsrc-${PORTVERSION} MAINTAINER= samm@os2.kiev.ua diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index fd62586851b1..022a27cab5c7 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 3.70b1 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= archivers -MASTER_SITES= http://files.rarlab.com/rar/ \ - http://files2.rarlab.com/rar/ +MASTER_SITES= RAR DISTNAME= rarbsd-3.7.b1 MAINTAINER= gabor@FreeBSD.org diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 946226ecf6ae..11354fb744f7 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -9,15 +9,7 @@ PORTNAME= unrar PORTVERSION= 3.70 PORTEPOCH= 4 CATEGORIES+= archivers -MASTER_SITES= http://files1.rarlab.com/rar/ \ - http://files2.rarlab.com/rar/ \ - http://files3.rarlab.com/rar/ \ - http://files4.rarlab.com/rar/ \ - http://files5.rarlab.com/rar/ \ - http://files6.rarlab.com/rar/ \ - http://files7.rarlab.com/rar/ \ - http://files8.rarlab.com/rar/ \ - http://files9.rarlab.com/rar/ +MASTER_SITES= RAR DISTNAME= unrarsrc-3.7.6 MAINTAINER?= ache@FreeBSD.org |