diff options
author | mat <mat@FreeBSD.org> | 2016-12-26 22:33:04 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-12-26 22:33:04 +0800 |
commit | b603a3ebd0348aaf28d6c77c4ef962f337478a99 (patch) | |
tree | 5378425378030e5a524d27195afa03d8ff7322bb /net | |
parent | 44a9218a42690550e0052ae5972ccdd69d124370 (diff) | |
download | freebsd-ports-gnome-b603a3ebd0348aaf28d6c77c4ef962f337478a99.tar.gz freebsd-ports-gnome-b603a3ebd0348aaf28d6c77c4ef962f337478a99.tar.zst freebsd-ports-gnome-b603a3ebd0348aaf28d6c77c4ef962f337478a99.zip |
Add an EXPIRATION_DATE to DEPRECATED ports without one.
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r-- | net/samba36/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/samba36/Makefile b/net/samba36/Makefile index 322edeb8bb90..5e7cb88fd5e1 100644 --- a/net/samba36/Makefile +++ b/net/samba36/Makefile @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKDIR}/${DISTNAME}/COPYING CONFLICTS?= *samba3[2-5]-3.* DEPRECATED= not supported by the upstream +EXPIRATION_DATE= 2017-03-01 # Additional patches from Sernet.de PATCH_STRIP= -p1 |