diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-05-27 16:01:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-05-27 16:01:26 +0800 |
commit | 24f7713ebc9508b032cb7dc2f0356933d14a35a5 (patch) | |
tree | bfd7750b052f17ed78989a7b2c43b9dbdf2e4369 | |
parent | 2a323661e43b6b2e514f639f8f41637dad93fc68 (diff) | |
download | freebsd-ports-gnome-24f7713ebc9508b032cb7dc2f0356933d14a35a5.tar.gz freebsd-ports-gnome-24f7713ebc9508b032cb7dc2f0356933d14a35a5.tar.zst freebsd-ports-gnome-24f7713ebc9508b032cb7dc2f0356933d14a35a5.zip |
- update to 1.0
make portlint a bit happier
-rw-r--r-- | mail/popa3d/Makefile | 2 | ||||
-rw-r--r-- | mail/popa3d/distinfo | 4 | ||||
-rw-r--r-- | mail/popa3d/pkg-install | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 971054d21f1f..16356daf3030 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -6,7 +6,7 @@ # PORTNAME= popa3d -PORTVERSION= 0.6.4.1 +PORTVERSION= 1.0 CATEGORIES= mail MASTER_SITES= http://www.openwall.com/popa3d/ \ ftp://ftp.openwall.com/pub/projects/popa3d/ diff --git a/mail/popa3d/distinfo b/mail/popa3d/distinfo index 65509424d5c1..840e88872498 100644 --- a/mail/popa3d/distinfo +++ b/mail/popa3d/distinfo @@ -1,2 +1,2 @@ -MD5 (popa3d-0.6.4.1.tar.gz) = 5e352b7eebe59f184ce0b0c4c9731c89 -SIZE (popa3d-0.6.4.1.tar.gz) = 32061 +MD5 (popa3d-1.0.tar.gz) = 2e0f91765ff5935bbc24626f02a69ada +SIZE (popa3d-1.0.tar.gz) = 32586 diff --git a/mail/popa3d/pkg-install b/mail/popa3d/pkg-install index 4f0e5c9c3ca2..7804d89b721d 100644 --- a/mail/popa3d/pkg-install +++ b/mail/popa3d/pkg-install @@ -27,4 +27,3 @@ if ! id -u "pop" > /dev/null 2>&1; then fi exit 0 - |